Skip to content

Commit

Permalink
Merge pull request #227 from carapace-sh/argcomplete-cmd
Browse files Browse the repository at this point in the history
argcomplete: add legacy to cmd
  • Loading branch information
rsteube authored Dec 24, 2024
2 parents 5feb067 + 3f5d1d8 commit 24373ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/carapace-bridge/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ func init() {
carapace.Gen(rootCmd)
rootCmd.AddGroup(&cobra.Group{ID: "bridge", Title: "Bridge Commands"})
addSubCommand("argcomplete", "bridges https://github.com/kislyuk/argcomplete", bridge.ActionArgcomplete)
addSubCommand("argcomplete-legacy", "bridges https://github.com/kislyuk/argcomplete", bridge.ActionArgcompleteLegacy)
addSubCommand("bash", "bridges completions registered in bash", bridge.ActionBash)
addSubCommand("carapace-bin", "bridges completions registered in carapace-bin", bridge.ActionCarapaceBin)
addSubCommand("carapace", "bridges https://github.com/carapace-sh/carapace", bridge.ActionCarapace)
Expand Down

0 comments on commit 24373ca

Please sign in to comment.