ohmyzsh/plugins/kn/kn.plugin.zsh
Ghasem Shirazi a50fcdfb02 mychanges
2022-12-05 09:51:00 -08:00

8 lines
183 B
Bash

# 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