:orphan: .. title:: SHELL_CMDS_SELECT .. option:: CONFIG_SHELL_CMDS_SELECT *Enable select command* Type: ``bool`` Help ==== This option enables select command. It can be used to set new root command. Exit to main command tree is with alt+r. Direct dependencies =================== \ :option:`SHELL_CMDS ` && \ :option:`SHELL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/shell/Kconfig:157`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:41`` Menu path: (Top) → Sub Systems and OS Services → Shell → Enable built-in commands .. parsed-literal:: config SHELL_CMDS_SELECT bool "Enable select command" depends on \ :option:`SHELL_CMDS ` && \ :option:`SHELL ` help This option enables select command. It can be used to set new root command. Exit to main command tree is with alt+r. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*