A command descriptor, describing each command accepted in command mode. More...
Data Fields | |
const char * | str |
const char * | help |
bool(* | run )() |
A command descriptor, describing each command accepted in command mode.
const char* cmd::str |
Definition at line 76 of file shell.c.
Referenced by cmd_display_help(), and cmp_cmds().
const char* cmd::help |
Definition at line 77 of file shell.c.
Referenced by cmd_display_help().