virtual bool OnArgs(const Args& args, Args::ParseResult parseResult);
OnArgs is called after parsing the command line; parseResult should be checked to determine the action to take.
Parameters |
Description |
const Args& args |
The argument descriptions that are parsed. |
Args::ParseResult parseResult |
The action to take. |