ZClk  0.1.0-alpha.3
Library to build cli programs
Data Fields
zclk_argument_t Struct Reference

CLI Argument object. More...

#include <zclk.h>

Collaboration diagram for zclk_argument_t:
Collaboration graph
[legend]

Data Fields

char * name
 name of the argument
 
zclk_valval
 value of the argument
 
zclk_valdefault_val
 default value of the argument
 
char * description
 textual description
 
int optional
 flag indicating if argument is optional
 

Detailed Description

CLI Argument object.


The documentation for this struct was generated from the following file: