未验证 提交 bca73e18 编写于 作者: Q Quentin Nerden 提交者: GitHub

feat(plugins): add completion plugin for `invoke` (#7311)

Co-authored-by: NQuentin Nerden <quentin.nerden@intel.com>
上级 ab585941
# Invoke plugin
This plugin adds completion for [invoke](https://github.com/pyinvoke/invoke).
To use it, add `invoke` to the plugins array in your `~/.zshrc` file:
```zsh
plugins=(... invoke)
```
# Autocompletion for invoke.
#
if [ $commands[invoke] ]; then
source <(invoke --print-completion-script=zsh)
fi
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册