Freeciv-3.1
Loading...
Searching...
No Matches
Data Fields
cmdarg Struct Reference

Data Fields

char shortarg
 
char * longarg
 
char * helpstr
 

Detailed Description

Definition at line 29 of file fc_cmdhelp.c.

Field Documentation

◆ helpstr

char* cmdarg::helpstr

Definition at line 32 of file fc_cmdhelp.c.

Referenced by cmdarg_destroy(), cmdarg_new(), and cmdhelp_add().

◆ longarg

char* cmdarg::longarg

Definition at line 31 of file fc_cmdhelp.c.

Referenced by cmdarg_compare(), cmdarg_destroy(), cmdarg_new(), and cmdhelp_add().

◆ shortarg

char cmdarg::shortarg

Definition at line 30 of file fc_cmdhelp.c.

Referenced by cmdarg_compare(), cmdarg_new(), and cmdhelp_add().