CmdLineParser

Undocumented in source.

Members

Enums

ParseArgResult
enum ParseArgResult
Undocumented in source.

Functions

addArg
void addArg(Arg arg, ArgFlag flags)
Undocumented in source. Be warned that the author may not have intended to support it.
getArgTypeName
string getArgTypeName(Arg arg)
Undocumented in source. Be warned that the author may not have intended to support it.
getDetailedUsage
string getDetailedUsage()
Undocumented in source. Be warned that the author may not have intended to support it.
getUsage
string getUsage(int nameColumnWidth)
Undocumented in source. Be warned that the author may not have intended to support it.
parse
bool parse(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

isValidArgName
bool isValidArgName(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta