intuit / auto

Generate releases based on semantic version labels on pull requests.
https://intuit.github.io/auto/
MIT License
2.27k stars 204 forks source link

Diagnostic output from `-v` switch should output to stderr #2005

Open jwodder opened 3 years ago

jwodder commented 3 years ago

Adding the -v/--verbose option to a command causes the resulting diagnostic output to be output to stdout, when normally such things should be output to stderr. This is in particular a problem for the auto version command, as the diagnostic output gets mixed with the regular output, making it impossible to use the output while also getting debugging information.

yarikoptic commented 8 months ago

we need to debug again and I was surprised to find this issue still open. Sounds like it should be trivial to address.

hipstersmoothie commented 4 months ago

@yarikoptic PRs welcome <3