ArgumentSyntax

Undocumented in source.

Members

Functions

command
void command(string command, TCallback callback, string helpText, TFun builder)
Undocumented in source. Be warned that the author may not have intended to support it.
command
void command(string command, string helpText, TFun builder)
Undocumented in source. Be warned that the author may not have intended to support it.
option
void option(char shortName, string longName, TVal* value, Required required, string helpText)
Undocumented in source. Be warned that the author may not have intended to support it.
option
void option(string longName, TVal* value, Required required, string helpText)
Undocumented in source. Be warned that the author may not have intended to support it.
option
void option(string longName, TVal* value, TFun parser, Required required, string helpText)
Undocumented in source. Be warned that the author may not have intended to support it.
option
void option(char shortName, string longName, TVal* value, TFun parser, Required required, string helpText)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

config
ArgumentParserConfig config;
Undocumented in source.

Meta