cdepillabout / pretty-simple

pretty-printer for Haskell data types that have a Show instance
https://hackage.haskell.org/package/pretty-simple
BSD 3-Clause "New" or "Revised" License
243 stars 29 forks source link

add --version flag to the pretty-simple CLI tool #78

Closed cdepillabout closed 3 years ago

cdepillabout commented 4 years ago

It would be nice to add a --version flag to the pretty-simple CLI tool.

Right now the --version flag doesn't exist, and it is slightly annoying to figure out what version of pretty-simple you have installed.

cdepillabout commented 3 years ago

Implemented this in #83.