Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
shell_static_entry Struct Reference

#include <shell.h>

Data Fields

const char * syntax
 
const char * help
 
const struct shell_cmd_entrysubcmd
 
shell_cmd_handler handler
 
struct shell_static_args args
 

Field Documentation

◆ args

struct shell_static_args shell_static_entry::args

Command arguments.

◆ handler

shell_cmd_handler shell_static_entry::handler

Command handler.

◆ help

const char* shell_static_entry::help

Command help string.

◆ subcmd

const struct shell_cmd_entry* shell_static_entry::subcmd

Pointer to subcommand.

◆ syntax

const char* shell_static_entry::syntax

Command syntax strings.


The documentation for this struct was generated from the following file: