:orphan: .. title:: SHELL_CMD_BUFF_SIZE .. option:: CONFIG_SHELL_CMD_BUFF_SIZE *Shell command buffer size* Type: ``int`` Help ==== Maximum command size in bytes. One byte is reserved for the string terminator character. Direct dependencies =================== \ :option:`SHELL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 256 Kconfig definition ================== .. highlight:: kconfig At ``subsys/shell/Kconfig:36`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:41`` Menu path: (Top) → Sub Systems and OS Services → Shell .. parsed-literal:: config SHELL_CMD_BUFF_SIZE int "Shell command buffer size" default 256 depends on \ :option:`SHELL ` help Maximum command size in bytes. One byte is reserved for the string terminator character. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*