Skip to content

Commit

Permalink
Merge pull request #146 from rsteube/updated-shell-completion
Browse files Browse the repository at this point in the history
added oil and xonsh to completions
  • Loading branch information
rsteube authored Sep 19, 2020
2 parents d6f362f + 45c9473 commit 3b0b7da
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 3b0b7da

Please sign in to comment.