#include <cli.h>
Definition at line 179 of file cli.h.
Data Fields | |
std::string | arg |
The argument. | |
bool | is_option |
Is an option? | |
bool | is_valid |
Is a properly formatted option. | |
std::vector < std::string > | parms |
List of parameters (empty, unless it's an option). | |
comm_option * | cop |
A pointer to the appropriate (0, unless it's an option). |