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:
Jakub Rzeszutko 2018-10-29 13:25:49 +01:00 committed by Anas Nashif
commit 59c23b11ff
3 changed files with 6 additions and 1 deletions

View file

@ -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"