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

#include <shell.h>

Data Fields

const char * syntax
 Command syntax strings.
const char * help
 Command help string.
const union shell_cmd_entrysubcmd
 Pointer to subcommand.
shell_cmd_handler handler
 Command handler.
struct shell_static_args args
 Command arguments.
uint8_t padding [0]

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.

◆ padding

uint8_t shell_static_entry::padding[0]

◆ subcmd

const union 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: