-
CONFIG_SHELL_WILDCARD
¶
Enable wildcard support in shell
Type: bool
Help¶
Enables using wildcards: * and ? in the shell.
Kconfig definition¶
At subsys/shell/Kconfig:63
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:26
Menu path: (top menu) → Shell Options → Enable shell
config SHELL_WILDCARD bool prompt "Enable wildcard support in shell" ifSHELL
default "y" ifSHELL
selectFNMATCH
ifSHELL
depends onSHELL
help Enables using wildcards: * and ? in the shell.
(Definitions include propagated dependencies, including from if’s and menus.)