Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cli: write help to stderr for invalid CLI usage
Rationale: - When the user writes `--help`, the help message should go to stdout. - When the user writes some incorrect options/arguments, the help message should go to stderr.
- Loading branch information