Add completions for Google Cloud commands. (#11005)

The `gcloud` and `gsutil` Google Cloud commands use argcomplete, so integrating them is easy with the `__fish_argcomplete_complete` function.
This commit is contained in:
cornmander
2025-01-04 20:45:05 -05:00
committed by GitHub
parent b4e8cc8b79
commit d842a6560e
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1 @@
complete -c gcloud -f -a '(__fish_argcomplete_complete gcloud)'

View File

@@ -0,0 +1 @@
complete -c gsutil -f -a '(__fish_argcomplete_complete gsutil)'