All Classes Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
gears::optparse::arguments Struct Reference

Represents the parsed results of option_parser. More...

Public Attributes

const option_setoptions
 The current option_set.
 
std::vector< std::string > positional
 The positional arguments.
 
std::string subcommand
 The active subcommand name.
 

Detailed Description

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.