kn.plugin.zsh 183 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 # Autocompletion for kn, the command line interface for knative # # Author: https://github.com/btannous if [ $commands[kn] ]; then source <(kn completion zsh) compdef _kn kn fi