shell: wildcard active by default
Wildcard plugin is active by default. Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
This commit is contained in:
parent
4962618e5f
commit
59c23b11ff
3 changed files with 6 additions and 1 deletions
|
@ -99,8 +99,9 @@ config SHELL_ARGC_MAX
|
|||
config SHELL_WILDCARD
|
||||
bool "Enable wildcard support in shell"
|
||||
select FNMATCH
|
||||
default y
|
||||
help
|
||||
Enables using * in shell.
|
||||
Enables using wildcards: * and ? in the shell.
|
||||
|
||||
config SHELL_ECHO_STATUS
|
||||
bool "Enable echo on shell"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue