Shell command information structure. More...
Data Fields | |
char * | name |
The name of the command, as typed in the shell. | |
char * | topic |
The help topic group of this command. | |
fluid_cmd_func_t | handler |
Pointer to the handler for this command. | |
void * | data |
User data passed to the handler. | |
char * | help |
A help string. |
Shell command information structure.