feat(operator-sdk): add plugin for operator-sdk (#10423)

This commit is contained in:
jxlwqq
2021-12-18 08:04:31 +08:00
committed by GitHub
parent 481b912fd7
commit 1e263e245d
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,4 @@
if [ $commands[operator-sdk] ]; then
source <(operator-sdk completion zsh)
compdef _operator-sdk operator-sdk
fi