htils 1
A small set of utilities for C programming.
Loading...
Searching...
No Matches
cli_option Struct Reference

A cli option. More...

#include <cli.h>

Data Fields

stringname
 
stringdesc
 
stringcli_short
 
stringcli_long
 
u8 cli_short_short
 
b32 has_arg
 

Detailed Description

A cli option.

Parameters
nameThe name of the option
descThe description of the option
cli_shortThe short cli arg of the option
cli_longThe long cli arg of the option
cli_short_shortThe short short cli arg of the option
has_argWhether the option has another argument

Field Documentation

◆ cli_long

string* cli_option::cli_long

◆ cli_short

string* cli_option::cli_short

◆ cli_short_short

u8 cli_option::cli_short_short

◆ desc

string* cli_option::desc

◆ has_arg

b32 cli_option::has_arg

◆ name

string* cli_option::name

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