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