You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building a single sketch, the "Used Library" and "Used Platform" output from arduino-cli are great, but when building a test suite, it can somewhat clutter STDOUT.
--quiet does not suppress that output --show-properties=disabled does not suppress that output.
It would be delightful to have a command-line option to suppress that output.
I could probably cobble together some code as a proposed PR if a maintainer provided some guidance about whether a good implementation was likely to be accepted and what the name of the option should be / what the right implementation strategy was.
Describe the current behavior
(To the best of my knowledge, and based on my not-so-great go skills) It is not currently possible to disable the printing of the after-arduino-cli compile build summary that looks something like this:
Describe the request
When building a single sketch, the "Used Library" and "Used Platform" output from arduino-cli are great, but when building a test suite, it can somewhat clutter STDOUT.
--quiet
does not suppress that output--show-properties=disabled
does not suppress that output.It would be delightful to have a command-line option to suppress that output.
I could probably cobble together some code as a proposed PR if a maintainer provided some guidance about whether a good implementation was likely to be accepted and what the name of the option should be / what the right implementation strategy was.
Describe the current behavior
(To the best of my knowledge, and based on my not-so-great go skills) It is not currently possible to disable the printing of the after-
arduino-cli compile
build summary that looks something like this:Arduino CLI version
1.1.1
Operating system
macOS
Operating system version
15.2
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: