package env

Import Path
	github.com/carapace-sh/carapace/internal/env (on go.dev)

Dependency Relation
	imports 5 packages, and imported by 6 packages

Involved Source Files env.go
Package-Level Functions (total 13)
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
Package-Level Constants (total 14)
const CARAPACE_COMPLINE = "CARAPACE_COMPLINE" // TODO
const CARAPACE_COVERDIR = "CARAPACE_COVERDIR" // coverage directory for sandbox tests
const CARAPACE_EXPERIMENTAL = "CARAPACE_EXPERIMENTAL" // enable experimental features
const CARAPACE_HIDDEN = "CARAPACE_HIDDEN" // show hidden commands/flags
const CARAPACE_LENIENT = "CARAPACE_LENIENT" // allow unknown flags
const CARAPACE_LOG = "CARAPACE_LOG" // enable logging
const CARAPACE_MATCH = "CARAPACE_MATCH" // match case insensitive
const CARAPACE_NOSPACE = "CARAPACE_NOSPACE" // nospace suffixes
const CARAPACE_SANDBOX = "CARAPACE_SANDBOX" // mock context for sandbox tests
const CARAPACE_TOOLTIP = "CARAPACE_TOOLTIP" // enable tooltip style
const CARAPACE_UNFILTERED = "CARAPACE_UNFILTERED" // skip the final filtering step
const CARAPACE_ZSH_HASH_DIRS = "CARAPACE_ZSH_HASH_DIRS" // zsh hash directories
const CLICOLOR = "CLICOLOR" // disable color
const NO_COLOR = "NO_COLOR" // disable color