:orphan: .. title:: CONFIG_SHELL_CMDS .. kconfig:: CONFIG_SHELL_CMDS CONFIG_SHELL_CMDS ################# *Enable built-in commands* Type: ``bool`` Help ==== .. code-block:: none Enable built-in commands like 'clear', 'history', etc. Direct dependencies =================== \ :kconfig:`SHELL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if !\ :kconfig:`SHELL_MINIMAL ` Kconfig definition ================== At ``/shell/Kconfig:195`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:45`` Menu path: (Top) → Sub Systems and OS Services → Shell .. code-block:: kconfig config SHELL_CMDS bool "Enable built-in commands" default y if !SHELL_MINIMAL depends on SHELL help Enable built-in commands like 'clear', 'history', etc. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*