-
CONFIG_SHELL_HELP
¶
Enable help message
Type: bool
Help¶
Enables formatting help message when requested with ‘-h’ or ‘–help’.
Default¶
y
Kconfig definition¶
At <Zephyr>/subsys/shell/Kconfig:95
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:38
Menu path: (Top) → Sub Systems and OS Services → Shell
config SHELL_HELP
bool "Enable help message"
default y
depends on SHELL
help
Enables formatting help message when requested with '-h' or '--help'.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)