| Zephyr Project API 4.2.99
    A Scalable Open Source RTOS | 
Shell structured help descriptor. More...
#include <shell.h>
| Data Fields | |
| const char * | description | 
| Command description. | |
| const char * | usage | 
| Command usage string. | |
Shell structured help descriptor.
This structure provides an organized way to specify command help as opposed to a free-form string. This helps make help messages more consistent and easier to read.
| const char* shell_cmd_help::description | 
Command description.
| const char* shell_cmd_help::usage | 
Command usage string.