-
CONFIG_SHELL_HELP
¶
Enable help message
Type: bool
Help¶
Enables formatting help message when requested with ‘-h’ or ‘–help’.
Kconfig definition¶
At subsys/shell/Kconfig:90
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:26
Menu path: (top menu) → Shell Options → Enable shell
config SHELL_HELP bool prompt "Enable help message" ifSHELL
default "y" ifSHELL
depends onSHELL
help Enables formatting help message when requested with '-h' or '--help'.
(Definitions include propagated dependencies, including from if’s and menus.)