Log to stderr when appropriate
Closed this issue · 0 comments
duijf commented
We currently just use print()
, but we probably should send error/diagnostic messages to stderr
instead of stdout
. We can use the click.echo()
util for this.
Closed this issue · 0 comments
We currently just use print()
, but we probably should send error/diagnostic messages to stderr
instead of stdout
. We can use the click.echo()
util for this.