#include <command_parser.h>
Public Attributes | |
bool | has_value |
bool | is_mandatory |
std::string | long_option |
std::string | position |
std::string | value |
Definition at line 29 of file command_parser.h.
bool Argument::has_value |
Definition at line 34 of file command_parser.h.
bool Argument::is_mandatory |
Definition at line 31 of file command_parser.h.
std::string Argument::long_option |
Definition at line 30 of file command_parser.h.
std::string Argument::position |
Definition at line 32 of file command_parser.h.
std::string Argument::value |
Definition at line 33 of file command_parser.h.