:orphan: .. title:: CONFIG_SHELL_CMDS_SELECT .. kconfig:: CONFIG_SHELL_CMDS_SELECT CONFIG_SHELL_CMDS_SELECT ######################## *Enable select command* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`SHELL_CMDS ` && \ :kconfig:`SHELL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/shell/Kconfig:212`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:45`` Menu path: (Top) → Sub Systems and OS Services → Shell → Enable built-in commands .. code-block:: kconfig config SHELL_CMDS_SELECT bool "Enable select command" depends on SHELL_CMDS && 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.)*