feat(dapr): add plugin for dapr

This commit is contained in:
jxlwqq 2021-12-30 15:45:19 +08:00
commit a2c6f430b5
2 changed files with 13 additions and 0 deletions

View file

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