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