fish-shell/share/completions/gsutil.fish
cornmander d842a6560e
Add completions for Google Cloud commands. (#11005)
The `gcloud` and `gsutil` Google Cloud commands use argcomplete, so integrating them is easy with the `__fish_argcomplete_complete` function.
2025-01-04 19:45:05 -06:00

1 line
64 B
Fish

complete -c gsutil -f -a '(__fish_argcomplete_complete gsutil)'