ZClk
0.1.0-alpha.3
Library to build cli programs
|
This struct holds the value of the argument or option. More...
#include <zclk.h>
Data Fields | |
zclk_type | type |
type of value | |
union { | |
int bool_value | |
boolean value | |
int int_value | |
integer value | |
double dbl_value | |
double value | |
char * str_value | |
string value | |
} | data |
data of the value | |
This struct holds the value of the argument or option.