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 ColorDisabled() bool func Experimental() bool func Unfiltered() 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
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |