VoiceMan
|
Stores information about available command line argument. More...
Public Attributes | |
const char * | descr |
The string to comment this argument in help screen. | |
const char * | longName |
Single-word argument name. | |
const char * | param |
Additional parameter name if this argument has any (empty string means no parameter) | |
char | shortName |
Single-letter argument name (space means no more arguments in table) |
This structure is used to define a static array and dstore all available command line arguments for application. Information from this array used to parse command line arguments provided by user and print help message.