mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-30 01:11:14 -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)'
|