mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-26 11:45:08 +00:00
d842a6560e
The `gcloud` and `gsutil` Google Cloud commands use argcomplete, so integrating them is easy with the `__fish_argcomplete_complete` function.
1 line
64 B
Fish
1 line
64 B
Fish
complete -c gcloud -f -a '(__fish_argcomplete_complete gcloud)'
|