:orphan: .. title:: CONFIG_SHELL_CMD_ROOT .. kconfig:: CONFIG_SHELL_CMD_ROOT CONFIG_SHELL_CMD_ROOT ##################### *Set a root command at init* Type: ``string`` Help ==== .. code-block:: none This option sets a root command at shell init, and when exiting to main command tree with alt+r. Direct dependencies =================== \ :kconfig:`SHELL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the empty string. Kconfig definition ================== At ``/shell/Kconfig:219`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:45`` Menu path: (Top) → Sub Systems and OS Services → Shell .. code-block:: kconfig 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.)*