Zephyr API Documentation 4.2.0-rc3
A Scalable Open Source RTOS
|
|
4.2.0-rc3 |
Shell structured help descriptor. More...
#include <zephyr/shell/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.