Documentation
¶
Index ¶
- Constants
- func ColorDisabled() bool
- func Compline() string
- func CoverDir() string
- func Experimental() bool
- func Hashdirs() string
- func Hidden() bool
- func Lenient() bool
- func Log() bool
- func Match() string
- func Nospace() string
- func Sandbox() (m *common.Mock, err error)
- func Tooltip() bool
- func Unfiltered() bool
Constants ¶
View Source
const ( CARAPACE_COMPLINE = "CARAPACE_COMPLINE" // TODO CARAPACE_COVERDIR = "CARAPACE_COVERDIR" // coverage directory for sandbox tests CARAPACE_EXPERIMENTAL = "CARAPACE_EXPERIMENTAL" // enable experimental features CARAPACE_HIDDEN = "CARAPACE_HIDDEN" // show hidden commands/flags CARAPACE_LENIENT = "CARAPACE_LENIENT" // allow unknown flags CARAPACE_LOG = "CARAPACE_LOG" // enable logging CARAPACE_MATCH = "CARAPACE_MATCH" // match case insensitive CARAPACE_NOSPACE = "CARAPACE_NOSPACE" // nospace suffixes CARAPACE_SANDBOX = "CARAPACE_SANDBOX" // mock context for sandbox tests CARAPACE_TOOLTIP = "CARAPACE_TOOLTIP" // enable tooltip style CARAPACE_UNFILTERED = "CARAPACE_UNFILTERED" // skip the final filtering step CARAPACE_ZSH_HASH_DIRS = "CARAPACE_ZSH_HASH_DIRS" // zsh hash directories CLICOLOR = "CLICOLOR" // disable color NO_COLOR = "NO_COLOR" // disable color )
Variables ¶
This section is empty.
Functions ¶
func ColorDisabled ¶
func ColorDisabled() bool
func Experimental ¶ added in v1.2.0
func Experimental() bool
func Unfiltered ¶ added in v1.6.1
func Unfiltered() bool
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.