ZClk
0.1.0-alpha.3
Library to build cli programs
|
CLI Option Object. More...
#include <zclk.h>
Data Fields | |
char * | name |
name of the option | |
char * | short_name |
short_name of the option | |
zclk_val * | val |
value of the option | |
zclk_val * | default_val |
default value of the option | |
char * | description |
textural description of the option | |
CLI Option Object.