@@ -40,7 +40,7 @@ func init() {
4040 carapace .Gen (rootCmd )
4141 rootCmd .AddGroup (& cobra.Group {ID : "bridge" , Title : "Bridge Commands" })
4242 addSubCommand ("argcomplete" , "bridges https://github.com/kislyuk/argcomplete" , bridge .ActionArgcomplete )
43- addSubCommand ("argcomplete@v1 " , "bridges https://github.com/kislyuk/argcomplete" , bridge .ActionArgcompleteV1 )
43+ addSubCommand ("argcompleteV1 " , "bridges https://github.com/kislyuk/argcomplete" , bridge .ActionArgcompleteV1 )
4444 addSubCommand ("aws" , "bridges https://github.com/aws/aws-cli" , bridge .ActionAws )
4545 addSubCommand ("bash" , "bridges completions registered in bash" , bridge .ActionBash )
4646 addSubCommand ("carapace-bin" , "bridges completions registered in carapace-bin" , bridge .ActionCarapaceBin )
@@ -57,7 +57,7 @@ func init() {
5757 addSubCommand ("macro" , "bridges macros exposed with https://github.com/carapace-sh/carapace-spec" , bridge .ActionMacro )
5858 addSubCommand ("powershell" , "bridges completions registered in powershell" , bridge .ActionPowershell )
5959 addSubCommand ("urfavecli" , "bridges https://github.com/urfave/cli (v2)" , bridge .ActionUrfavecli )
60- addSubCommand ("urfavecli@v1 " , "bridges https://github.com/urfave/cli (v3)" , bridge .ActionUrfavecliV1 )
60+ addSubCommand ("urfavecliV1 " , "bridges https://github.com/urfave/cli (v3)" , bridge .ActionUrfavecliV1 )
6161 addSubCommand ("yargs" , "bridges https://github.com/yargs/yargs" , bridge .ActionYargs )
6262 addSubCommand ("zsh" , "bridges completions registered in zsh" , bridge .ActionZsh )
6363}
0 commit comments