-
CONFIG_SHELL_ARGC_MAX
¶
Maximum arguments in shell command
Type: int
Help¶
Maximum number of arguments that can build a command. If command is composed of more than defined, argument SHELL_ARGC_MAX and following are passed as one argument in the string.
Kconfig definition¶
At subsys/shell/Kconfig:55
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:26
Menu path: (top menu) → Shell Options → Enable shell
config SHELL_ARGC_MAX int prompt "Maximum arguments in shell command" ifSHELL
default 12 ifSHELL
depends onSHELL
help Maximum number of arguments that can build a command. If command is composed of more than defined, argument SHELL_ARGC_MAX and following are passed as one argument in the string.
(Definitions include propagated dependencies, including from if’s and menus.)