ZClk
0.1.0-alpha.3
Library to build cli programs
|
CLI Argument object. More...
#include <zclk.h>
Data Fields | |
char * | name |
name of the argument | |
zclk_val * | val |
value of the argument | |
zclk_val * | default_val |
default value of the argument | |
char * | description |
textual description | |
int | optional |
flag indicating if argument is optional | |
CLI Argument object.