Command line usage should be written to stdout
Issue #282
resolved
sagittarius -h
and sagittarius --help
should write the help message to stdout. In 0.9.8 it’s written to stderr, so you can’t do something like sagittarius -h | less
Comments (3)
-
repo owner -
repo owner -
assigned issue to
-
assigned issue to
-
repo owner - changed status to resolved
Printing help message on stdout if it is intended (Fixes
#282)→ <<cset 98aaf967f6a7>>
- Log in to comment
I don’t recall why it prints stderr (I think maybe I just checked other implementations, and they print it stderr). I’ll change it