mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-07 19:07:15 +08:00
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.
This commit is contained in:
parent
b4e8cc8b79
commit
d842a6560e
1
share/completions/gcloud.fish
Normal file
1
share/completions/gcloud.fish
Normal file
|
@ -0,0 +1 @@
|
|||
complete -c gcloud -f -a '(__fish_argcomplete_complete gcloud)'
|
1
share/completions/gsutil.fish
Normal file
1
share/completions/gsutil.fish
Normal file
|
@ -0,0 +1 @@
|
|||
complete -c gsutil -f -a '(__fish_argcomplete_complete gsutil)'
|
Loading…
Reference in New Issue
Block a user