0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
ohmyzsh/plugins/invoke/README.md
Quentin Nerden bca73e1858
feat(plugins): add completion plugin for invoke (#7311)
Co-authored-by: Quentin Nerden <quentin.nerden@intel.com>
2021-08-10 20:25:08 +02:00

10 lines
200 B
Markdown

# 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)
```