mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 21:18:53 +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 gsutil -f -a '(__fish_argcomplete_complete gsutil)'
|