:orphan: .. title:: SHELL_CMDS .. option:: CONFIG_SHELL_CMDS *Enable built-in commands* Type: ``bool`` Help ==== .. code-block:: none Enable built-in commands like 'clear', 'history', etc. Direct dependencies =================== \ :option:`SHELL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if !\ :option:`SHELL_MINIMAL ` Kconfig definition ================== At ``/shell/Kconfig:175`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/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.)*