Data Fields | |
const char * | name |
command name | |
int(* | func )() |
command handler | |
const char * | shelp |
command short help text | |
const char * | lhelp |
command long help text |
Definition at line 165 of file UtilityApp.cxx.
int(* cmditem_t::func)() |
command handler
Definition at line 168 of file UtilityApp.cxx.
const char* cmditem_t::lhelp |
command long help text
Definition at line 170 of file UtilityApp.cxx.
const char* cmditem_t::name |
const char* cmditem_t::shelp |
command short help text
Definition at line 169 of file UtilityApp.cxx.