Shell: Increase ARGC_MAX default val

Increase deafult value of SHELL_ARGC_MAX configuration.
This allows users to utilize deeper nested shell menus without
risking maxing out the number of allowed arguments.

Signed-off-by: Anders Storrø <anders.storro@nordicsemi.no>
This commit is contained in:
Anders Storrø 2022-08-25 14:59:25 +02:00 committed by Carles Cufí
commit 32ebeb0a5c
2 changed files with 6 additions and 5 deletions

View file

@ -84,7 +84,7 @@ config SHELL_DEFAULT_TERMINAL_HEIGHT
config SHELL_ARGC_MAX
int "Maximum arguments in shell command"
range 3 255
default 12
default 20
help
Maximum number of arguments that can build a command.