|
htils 1
A small set of utilities for C programming.
|
A cli option. More...
#include <cli.h>
Data Fields | |
| string * | name |
| string * | desc |
| string * | cli_short |
| string * | cli_long |
| u8 | cli_short_short |
| b32 | has_arg |
A cli option.
| name | The name of the option |
| desc | The description of the option |
| cli_short | The short cli arg of the option |
| cli_long | The long cli arg of the option |
| cli_short_short | The short short cli arg of the option |
| has_arg | Whether the option has another argument |
| string* cli_option::cli_long |
| string* cli_option::cli_short |
| u8 cli_option::cli_short_short |
| string* cli_option::desc |
| b32 cli_option::has_arg |
| string* cli_option::name |