saucelabs / forwarder

Forwarder is a production-ready, fast MITM proxy with PAC support. It's suitable for debugging, intercepting and manipulating HTTP traffic. It's used as a core component of Sauce Labs Sauce Connect Proxy.
https://forwarder-proxy.io
Mozilla Public License 2.0
225 stars 13 forks source link

utils/cobrautil/templates: print help and usage to stdout #777

Closed Choraden closed 5 months ago

Choraden commented 6 months ago

Having --help text go to stderr makes it unusable with tools like grep or less.

According to GNU Coding Standards[1] the --help option should print on standard output.

[1] https://www.gnu.org/prep/standards/html_node/_002d_002dhelp.html