diff options
| author | Alessio Perugini <alessio@perugini.xyz> | 2024-08-01 20:30:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-01 20:30:25 +0200 |
| commit | 432596e9918dd0fea65af8c1788a54130a4fca6e (patch) | |
| tree | a3b46520839a22e93f525d5eeeab7789fbf12e06 /plugins/arduino-cli/README.md | |
| parent | 5c532a85cf7c4f1d5bf6b9fd35e964b4545c8de3 (diff) | |
| download | zsh-432596e9918dd0fea65af8c1788a54130a4fca6e.tar.gz zsh-432596e9918dd0fea65af8c1788a54130a4fca6e.tar.bz2 zsh-432596e9918dd0fea65af8c1788a54130a4fca6e.zip | |
feat(arduino-cli): add completion plugin (#12522)
Diffstat (limited to 'plugins/arduino-cli/README.md')
| -rw-r--r-- | plugins/arduino-cli/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/arduino-cli/README.md b/plugins/arduino-cli/README.md new file mode 100644 index 000000000..91bda9067 --- /dev/null +++ b/plugins/arduino-cli/README.md @@ -0,0 +1,8 @@ +# 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) +``` |
