csnip
0.1
|
Descriptor for a single command line option.
#include <clopts.h>
Public Attributes | |
char | short_name |
Short (single character) form. | |
const char * | long_name |
Long option form. | |
const char * | description |
Option description. | |
bool | takes_val |
True if option takes a value, false if it's a flag. | |
csnip_clopts_parser | parser |
The parser function callback. | |
void * | usr |
User data pointer for the callback. | |