We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6f362f + 45c9473 commit 3b0b7daCopy full SHA for 3b0b7da
carapace/cmd/root.go
@@ -61,6 +61,6 @@ func init() {
61
62
carapace.Gen(rootCmd).PositionalCompletion(
63
carapace.ActionValues(completers...),
64
- carapace.ActionValues("bash", "elvish", "fish", "powershell", "zsh"),
+ carapace.ActionValues("bash", "elvish", "fish", "oil", "powershell", "xonsh", "zsh"),
65
)
66
}
0 commit comments