shell: add argc range in Kconfig
This commits adds a range to maximum number of arguments that can build a command. Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordisemi.no>
This commit is contained in:
parent
bf5cf84191
commit
04903452f9
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ config SHELL_DEFAULT_TERMINAL_HEIGHT
|
|||
|
||||
config SHELL_ARGC_MAX
|
||||
int "Maximum arguments in shell command"
|
||||
range 3 255
|
||||
default 12
|
||||
help
|
||||
Maximum number of arguments that can build a command.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue