mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-15 06:31:13 -03:00
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)'
|