Closed
Description
Describe the problem
Machine-readable formatting produces text output.
To reproduce
$ arduino-cli core update-index --format yaml
Downloading index: package_index.tar.bz2 downloaded
Downloading index: package_esp8266com_index.json downloaded
$
Expected behavior
$ arduino-cli core update-index --format yaml
$
Arduino CLI version
nightly
Operating system
N/A
Operating system version
all
Additional context
No response
Issue checklist
- I searched for previous reports inI verified the problem still occurs when using theMy report contains all necessary details
Activity
cmaglie commentedon Sep 22, 2022
Related:
The output of
compile --show-properties
has the spurious warning:Warning: Board alice:avr:alice doesn't define a 'build.board' preference. Auto-set to: xxxxx
Since this message is not strictly related to the output it should be removed or sent to stderr.