Skip to content

Commit 0855767

Browse files
committed
[nrf fromlist] shell: Increase maximum argc count
Increase the shell's maximum argc count to handle both mandatory and optional arguments in the Wi-Fi commands. Upstream PR #: 86974 Signed-off-by: Triveni Danda <[email protected]>
1 parent ff01b5f commit 0855767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/shell/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ config SHELL_DEFAULT_TERMINAL_HEIGHT
108108
config SHELL_ARGC_MAX
109109
int "Maximum arguments in shell command"
110110
range 3 $(UINT8_MAX)
111-
default 20
111+
default 30
112112
help
113113
Maximum number of arguments that can build a command.
114114

0 commit comments

Comments
 (0)