tfausak / rattletrap

:car: Parse and generate Rocket League replays.
https://hackage.haskell.org/package/rattletrap
MIT License
150 stars 21 forks source link

Exit successfully when showing help or version #204

Closed tfausak closed 3 years ago

tfausak commented 3 years ago

If the user explicitly asks for the help or version number, the program should exit successfully instead of failing. Also the output should be sent to STDOUT instead of STDERR.