A single command in the list of the supported commands. More...
A single command in the list of the supported commands.
This type is used internally by the SHELL_COMMAND macro.
#include <shell.h>
Data Fields | |
| FLASH_ATTR const char * | name | 
| Name of the function.  | |
| FLASH_ATTR const char * | desc | 
| Description to print in the "help" command.  | |
| shell_command_handler_t | handler | 
| The callback function.  | |