arduino / arduino-cli

Arduino command line tool
https://arduino.github.io/arduino-cli/latest/
GNU General Public License v3.0
4.24k stars 371 forks source link

Flag for suppressing library list / platform after compilation #2510

Open SebastianZug opened 5 months ago

SebastianZug commented 5 months ago

Describe the request

The library list at the end of the compilation output is very helpful for solving dependency issues but in most cases it "hides" relevant compiler messages. You have to move above to read error messages etc.

It would be very helpful if their appearance can be controlled by an additional flag.

Describe the current behavior

According to the documentation of arduino-cli compile (-quiet) it is not possible to control the outputs for

after executing the compilation.

Arduino CLI version

0.35.1

Operating system

Linux

Operating system version

Ununtu 22.04

Additional context

No response

Issue checklist