Command line usage should be written to stdout

Issue #282 resolved
Lassi Kortela created an issue

sagittarius -hand 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)

  1. Takashi Kato repo owner

    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

  2. Log in to comment