Unverified Commit bca73e18 authored by Quentin Nerden's avatar Quentin Nerden Committed by GitHub
Browse files

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


Co-authored-by: default avatarQuentin Nerden <quentin.nerden@intel.com>
parent 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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment