fish-shell/share/completions/gcloud.fish
cornmander 44a8344da1 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.

(cherry picked from commit d842a6560e)
2025-01-05 15:25:23 +08:00

1 line
64 B
Fish

complete -c gcloud -f -a '(__fish_argcomplete_complete gcloud)'