vladimir-kotikov / clink-completions

Completion files to clink util
MIT License
383 stars 82 forks source link

Add completions for arduino-cli #177

Open DRSDavidSoft opened 1 year ago

DRSDavidSoft commented 1 year ago

The Arduino CLI tool is a utility written in Go language that is used to upload programs to Arduinos and also provides serial monitor functionality. Its functionality is similar to how adb is used for Android.

Can you please provide completions for the commands and switches?

Additionally, if you could please also write completions for avrdude, a small utility that is used by arduino-cli to upload code to AVR microcontrollers, I'd appreciate hugely.

Thank you!

chrisant996 commented 1 year ago

@DRSDavidSoft I don't use those tools, so I can't write or test completions for them.

Maybe someone else can write commissions and contribute them.