| 
    Zephyr Project API
    3.4.0
    
   A Scalable Open Source RTOS 
   | 
 
#include <shell.h>
Data Fields | |
| const char * | syntax | 
| const char * | help | 
| const union shell_cmd_entry * | subcmd | 
| shell_cmd_handler | handler | 
| struct shell_static_args | args | 
| uint8_t | padding [0] | 
| struct shell_static_args shell_static_entry::args | 
Command arguments.
| shell_cmd_handler shell_static_entry::handler | 
Command handler.
| const char* shell_static_entry::help | 
Command help string.
| uint8_t shell_static_entry::padding[0] | 
| const union shell_cmd_entry* shell_static_entry::subcmd | 
Pointer to subcommand.
| const char* shell_static_entry::syntax | 
Command syntax strings.