Skip to content

Commit

Permalink
added oil and xonsh to completions
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Sep 19, 2020
1 parent d6f362f commit 45c9473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carapace/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ func init() {

carapace.Gen(rootCmd).PositionalCompletion(
carapace.ActionValues(completers...),
carapace.ActionValues("bash", "elvish", "fish", "powershell", "zsh"),
carapace.ActionValues("bash", "elvish", "fish", "oil", "powershell", "xonsh", "zsh"),
)
}

0 comments on commit 45c9473

Please sign in to comment.