1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-02-21 01:50:12 +08:00
ohmyzsh/plugins/istioctl/istioctl.plugin.zsh
jxlwqq a150d8a7c0
feat(istioctl): add plugin for istioctl ()
* Add plugin for istioctl completion. close 

* fix typo

* Update README.md
2021-12-17 15:54:19 -08:00

5 lines
101 B
Bash

if [ $commands[istioctl] ]; then
source <(istioctl completion zsh)
compdef _istioctl istioctl
fi