mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 21:18:53 +00:00
44a8344da1
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
)
1 line
64 B
Fish
1 line
64 B
Fish
complete -c gcloud -f -a '(__fish_argcomplete_complete gcloud)'
|