2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-03-07 00:37:24 +00:00
fish-shell/share/completions/gcloud.fish
cornmander d842a6560e
Add completions for Google Cloud commands. ()
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 gcloud -f -a '(__fish_argcomplete_complete gcloud)'