ohmyzsh/plugins/kops/kops.plugin.zsh
2017-11-02 11:48:08 +13:00

7 lines
203 B
Bash

# Autocompletion for kops, the command line interface for creating/managing Kubernetes clusters
#
# Author: https://github.com/whithajess
if [ $commands[kops] ]; then
source <(kops completion zsh)
fi