Skip to content

Commit 24ee7c4

Browse files
authored
Merge pull request #3112 from carapace-sh/gcloud-macro
added gcloud bridge macro
2 parents b686f9d + b298f7b commit 24ee7c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/carapace-generate/gen.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ func macros() {
193193
`"bridge.Cobra": spec.MacroV(bridge.ActionCobra),`,
194194
`"bridge.Complete": spec.MacroV(bridge.ActionComplete),`,
195195
`"bridge.Fish": spec.MacroV(bridge.ActionFish),`,
196+
`"bridge.Gcloud": spec.MacroV(bridge.ActionGcloud),`,
196197
`"bridge.Inshellisense": spec.MacroV(bridge.ActionInshellisense),`,
197198
`"bridge.Kingpin": spec.MacroV(bridge.ActionKingpin),`,
198199
`"bridge.Kitten": spec.MacroV(bridge.ActionKitten),`,
@@ -215,6 +216,7 @@ func macros() {
215216
"bridge.Cobra": "bridges https://github.com/spf13/cobra",
216217
"bridge.Complete": "bridges https://github.com/posener/complete",
217218
"bridge.Fish": "bridges https://fishshell.com/",
219+
"bridge.Gcloud": "bridges https://docs.cloud.google.com/sdk/gcloud",
218220
"bridge.Inshellisense": "bridges https://github.com/microsoft/inshellisense",
219221
"bridge.Kingpin": "bridges https://github.com/alecthomas/kingpin",
220222
"bridge.Kitten": "bridges https://github.com/kovidgoyal/kitty",

0 commit comments

Comments
 (0)