CLI

Undocumented in source.

Members

Mixin templates

main
mixintemplate main(alias newMain)
Undocumented in source.

Static functions

parseArgs
int parseArgs(string[] args, COMMAND initialValue)
Undocumented in source. Be warned that the author may not have intended to support it.
parseArgs
Result parseArgs(COMMAND receiver, string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
parseArgs
int parseArgs(string[] args, COMMAND initialValue)
Undocumented in source. Be warned that the author may not have intended to support it.
parseKnownArgs
Result parseKnownArgs(COMMAND receiver, string[] args, string[] unrecognizedArgs)
Undocumented in source. Be warned that the author may not have intended to support it.
parseKnownArgs
Result parseKnownArgs(COMMAND receiver, string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta