Command

Undocumented in source.

Members

Functions

help
string help()
Undocumented in source. Be warned that the author may not have intended to support it.
helpNeeded
bool helpNeeded()
Undocumented in source. Be warned that the author may not have intended to support it.
parse
Command parse(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

name
string name;
Undocumented in source.
options
Option[] options;
Undocumented in source.
parsed
string[string] parsed;
Undocumented in source.
rest
string[] rest;
Undocumented in source.
runDelegate
bool delegate(Command) runDelegate;
Undocumented in source.
subCommand
Command* subCommand;
Undocumented in source.
subCommands
Command[] subCommands;
Undocumented in source.

Meta