dinu ~master (2022-03-06T19:06:21.5365866)
Dub
Repo
CommandDir
dinu
command
dir
Undocumented in source.
__gshared shared immutable
class
CommandDir : CommandFile {
this
(string name);
string
text
();
size_t
score
();
void
run
(string );
}
Constructors
this
this
(string name)
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.
text
string
text
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dinu
command
dir
classes
CommandDir