dinu ~master (2022-03-06T19:06:21.5365866)
Dub
Repo
CommandWindow
dinu
command
window
Undocumented in source.
__gshared shared immutable
class
CommandWindow : Command {
string
id
;
this
(string args);
size_t
score
();
void
run
(string );
}
Constructors
this
this
(string args)
Undocumented in source.
Members
Functions
run
void
run
(string )
Undocumented in source. Be warned that the author may not have intended to support it.
score
size_t
score
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
id
string
id
;
Undocumented in source.
Meta
Source
See Implementation
dinu
command
window
classes
CommandWindow