package env
Import Path
github.com/rsteube/carapace/internal/env (on go.dev)
Dependency Relation
imports 5 packages, and imported by 4 packages
Involved Source Files
env.go
Package-Level Functions (total 8)
func ColorDisabled() bool
Package-Level Constants (total 9)
const CARAPACE_COVERDIR = "CARAPACE_COVERDIR" // coverage directory for sandbox tests 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_SANDBOX = "CARAPACE_SANDBOX" // mock context for sandbox tests 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. |