blob: 821d72bbf0b9c9c50c455c28dccc6acb69dc75c2 (
plain)
1
2
3
4
5
6
7
8
9
|
# Arduino CLI plugin
This plugin adds completion for the [arduino-cli](https://github.com/arduino/arduino-cli) tool.
To use it, add `arduino-cli` to the plugins array in your zshrc file:
```zsh
plugins=(... arduino-cli)
```
|