Represents the parsed results of option_parser. More...
Public Attributes | |
const option_set & | options |
The current option_set. | |
std::vector< std::string > | positional |
The positional arguments. | |
std::string | subcommand |
The active subcommand name. | |
Represents the parsed results of option_parser. These include the current active option set, the name of the subcommand that is active (or an empty string if not active) and a list of positional arguments that are left over.
Definition at line 86 of file subcommand.hpp.