BEEP-8 Helper Lib 1.0.0
|
Structure representing a command line argument. More...
#include <argparse.h>
Public Types | |
enum | Action { do_nothing , store_false , store_true , show_help } |
Enumeration of possible actions for an argument. More... | |
Public Member Functions | |
void | ShowHelp () const |
Display help information for the argument. | |
Public Attributes | |
std::string | _name |
Full name of the argument (e.g., –help) | |
std::string | _short_alias |
Short alias for the argument (e.g., -h) | |
std::string | _help |
Help description for the argument. | |
Action | _action |
Action associated with the argument. | |
Structure representing a command line argument.