particle-cli icon indicating copy to clipboard operation
particle-cli copied to clipboard

Output errors to stderr

Open justind000 opened this issue 6 years ago • 0 comments

I was recently writing some simple cli bash scripts to automate testing my particle.io libraries. When there is an error, it doesn't appear in stderr.

To demonstrate: particle compile photon $d/ > /dev/null

Outputs nothing on error.

Whereas this: arduino-cli compile -b arduino:avr:pro:cpu=16MHzatmega328 $d > /dev/null Will display the error.

justind000 avatar Aug 26 '18 04:08 justind000