Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
#include <shell.h>
Data Fields | |
const char * | syntax |
const char * | help |
const struct shell_cmd_entry * | subcmd |
shell_cmd_handler | handler |
struct shell_static_args | args |
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.
const struct shell_cmd_entry* shell_static_entry::subcmd |
Pointer to subcommand.
const char* shell_static_entry::syntax |
Command syntax strings.