@@ -25,6 +25,7 @@ var bridgeActions = map[string]func(command ...string) carapace.Action{
2525 "fish" : ActionFish ,
2626 "gcloud" : ActionGcloud ,
2727 "inshellisense" : ActionInshellisense ,
28+ "jj" : ActionJJ ,
2829 "kingpin" : ActionKingpin ,
2930 "kitten" : ActionKitten ,
3031 "powershell" : ActionPowershell ,
@@ -68,6 +69,7 @@ func ActionBridges(name string) carapace.Action {
6869 "fish" , "bridges completions registered in fish" ,
6970 "gcloud" , "bridges https://docs.cloud.google.com/sdk/gcloud" ,
7071 "inshellisense" , "bridges https://github.com/microsoft/inshellisense" ,
72+ "jj" , "bridges bridges https://www.jj-vcs.dev" ,
7173 "kitten" , "bridges https://github.com/kovidgoyal/kitty" ,
7274 "powershell" , "bridges completions registered in powershell" ,
7375 "zsh" , "bridges completions registered in zsh" ,
@@ -78,6 +80,7 @@ func ActionBridges(name string) carapace.Action {
7880 "carapace-bin" : "carapace" ,
7981 "fish" : "fish" ,
8082 "gcloud" : "gcloud" ,
83+ "jj" : "jj" ,
8184 "inshellisense" : "inshellisense" ,
8285 "kitten" : "kitten" ,
8386 "powershell" : "pwsh" ,
0 commit comments