istioctl.plugin.zsh 101 B

1234
  1. if [ $commands[istioctl] ]; then
  2. source <(istioctl completion zsh)
  3. compdef _istioctl istioctl
  4. fi