mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 08:41:13 +08:00
add istioctl completions (#8343)
This program uses the Cobra framework for argument parsing and completion generation. Just source the completions supplied by upstream. This works around "go install" not being able to install completions files (only binaries).
This commit is contained in:
parent
8ab05a4036
commit
788692f1e5
|
@ -99,6 +99,7 @@ Completions
|
|||
^^^^^^^^^^^
|
||||
- Added completions for:
|
||||
|
||||
- ``istioctl`` (:issue:`8343`)
|
||||
- ``black`` (:issue:`8123`)
|
||||
- ``exif`` (:issue:`8246`)
|
||||
- ``gping`` (:issue:`8181`)
|
||||
|
|
1
share/completions/istioctl.fish
Normal file
1
share/completions/istioctl.fish
Normal file
|
@ -0,0 +1 @@
|
|||
istioctl completion fish | source
|
Loading…
Reference in New Issue
Block a user