Skip to content

Commit

Permalink
Merge pull request #2593 from carapace-sh/env-carapace-tooltip
Browse files Browse the repository at this point in the history
env: added `CARAPACE_TOOLTIP`
  • Loading branch information
rsteube authored Nov 15, 2024
2 parents 9e159d2 + 8d0ab09 commit bfe27ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/actions/env/carapace.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ func init() {
"CARAPACE_MATCH": "match case insensitive",
"CARAPACE_NOSPACE": "nospace suffixes",
"CARAPACE_SANDBOX": "mock context for sandbox tests",
"CARAPACE_TOOLTIP": "enable tooltip style",
"CARAPACE_ZSH_HASH_DIRS": "zsh hash directories",
// carapace-bin
"CARAPACE_EXCLUDES": "internal completers to exclude",
Expand All @@ -41,6 +42,7 @@ func init() {
"*", "match all",
).UniqueList(""),
"CARAPACE_SANDBOX": carapace.ActionValues(),
"CARAPACE_TOOLTIP": _bool,
// carapace-bin
"CARAPACE_EXCLUDES": carapace.Batch(
carapace.ActionCallback(func(c carapace.Context) carapace.Action {
Expand Down

0 comments on commit bfe27ae

Please sign in to comment.