CONFIG_SHELL_CMD_ROOT¶
Set a root command at init
Type: string
Help¶
This option sets a root command at shell init,
and when exiting to main command tree with alt+r.
Defaults¶
No defaults. Implicitly defaults to the empty string.
Kconfig definition¶
At <Zephyr Subsystem>/shell/Kconfig:219
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:45
Menu path: (Top) → Sub Systems and OS Services → Shell
config SHELL_CMD_ROOT
    string "Set a root command at init"
    depends on SHELL
    help
      This option sets a root command at shell init,
      and when exiting to main command tree with alt+r.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)