mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-14 05:12:48 +08:00
d842a6560e
The `gcloud` and `gsutil` Google Cloud commands use argcomplete, so integrating them is easy with the `__fish_argcomplete_complete` function.
2 lines
64 B
Fish
2 lines
64 B
Fish
complete -c gcloud -f -a '(__fish_argcomplete_complete gcloud)'
|