CLI

Undocumented in source.

Members

Functions

complete
int complete(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
completeArgs
string[] completeArgs(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixin templates

main
mixintemplate main(alias newMain)
Undocumented in source.
mainComplete
mixintemplate mainComplete()
Undocumented in source.

Static functions

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.
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