-
CONFIG_SHELL_WILDCARD
¶
Enable wildcard support in shell
Type: bool
Help¶
Enables using wildcards: * and ? in the shell.
Default¶
y
Kconfig definition¶
At <Zephyr>/subsys/shell/Kconfig:84
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:41
Menu path: (Top) → Sub Systems and OS Services → Shell
config SHELL_WILDCARD bool "Enable wildcard support in shell" default y selectFNMATCH
depends onSHELL
help Enables using wildcards: * and ? in the shell.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)