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
Picocli handles this correctly out of the box:
when the user specified invalid input, the error message and usage help should be printed to stderr, but when the user requests help with <cmd> --help, the usage help should be printed to stdout so users can pipe the output to tools like grep and less.
Currently the usage info is sent to stdout. It should be sent to stderr, by convention.
The text was updated successfully, but these errors were encountered: