mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-14 06:22:51 +08:00
![cornmander](/assets/img/avatar_default.png)
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)'
|