Skip to content

Commit

Permalink
env: added CARAPACE_NOSPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Nov 3, 2024
1 parent 1209a8d commit 3e7a694
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/actions/env/carapace.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ func init() {
"CARAPACE_LENIENT": "allow unknown flags",
"CARAPACE_LOG": "enable logging",
"CARAPACE_MATCH": "match case insensitive",
"CARAPACE_NOSPACE": "nospace suffixes",
"CARAPACE_SANDBOX": "mock context for sandbox tests",
"CARAPACE_ZSH_HASH_DIRS": "zsh hash directories",
// carapace-bin
Expand All @@ -36,6 +37,9 @@ func init() {
"0", "CASE_SENSITIVE",
"1", "CASE_INSENSITIVE",
).StyleF(style.ForKeyword),
"CARAPACE_NOSPACE": carapace.ActionValuesDescribed(
"*", "match all",
).UniqueList(""),
"CARAPACE_SANDBOX": carapace.ActionValues(),
// carapace-bin
"CARAPACE_EXCLUDES": carapace.Batch(
Expand Down

0 comments on commit 3e7a694

Please sign in to comment.