mirror of
https://github.com/fish-shell/fish-shell
synced 2025-03-07 00:37:24 +00:00
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)'
|