:orphan: .. title:: SHELL_WILDCARD .. option:: CONFIG_SHELL_WILDCARD *Enable wildcard support in shell* Type: ``bool`` Help ==== Enables using wildcards: * and ? in the shell. Direct dependencies =================== \ :option:`SHELL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`FNMATCH ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/shell/Kconfig:84`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:41`` Menu path: (Top) → Sub Systems and OS Services → Shell .. parsed-literal:: config SHELL_WILDCARD bool "Enable wildcard support in shell" default y select \ :option:`FNMATCH ` depends on \ :option:`SHELL ` help Enables using wildcards: * and ? in the shell. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*