ohmyzsh/plugins/arduino-cli/README.md
Codebuff Contributor e99098c5e4 fix(brew): ensure Homebrew sbin directory is added to PATH
Signed-off-by: god032396-del <god032396@gmail.com>
2026-06-13 02:21:31 +00:00

227 B

Arduino CLI plugin

This plugin adds completion for the arduino-cli tool.

To use it, add arduino-cli to the plugins array in your zshrc file:

plugins=(... arduino-cli)