mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-20 14: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 gsutil -f -a '(__fish_argcomplete_complete gsutil)'
|