murarth / gumdrop

Rust option parser with custom derive support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage message and errors should be printed to standard error

cole-miller opened this issue · comments

Currently EarlyExit output is written to stdout, but stderr is more appropriate for diagnostics and any user-directed messages that should never end up in a pipeline.

Ack, opened this in the wrong repo, sorry.