You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default the exception handler should print to STD_ERR. However, when the user requests output, for example by invoking a command with a —help option, the output should go to STD_OUT.
This allows users to easily pipe the help output to other tools like grep .
See also discussion under #218 for API ideas on how to accomplish this.