The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_SHELL_WILDCARD

Enable wildcard support in shell

Type: bool

Help

Enables using wildcards: * and ? in the shell.

Direct dependencies

SHELL

(Includes any dependencies from ifs and menus.)

Default

Symbols selected by this symbol

Kconfig definition

At subsys/shell/Kconfig:107

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:45

Menu path: (Top) → Sub Systems and OS Services → Shell

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.)