CMDARG Struct Reference
Represents information about available command line argument.
More...
List of all members.
|
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).
|
Detailed Description
This structure is used to define a static array and declare all available command line arguments for application. Information from this array used to parse command line arguments provided by user and print help message.