symphony-org / frost

Frost
BSD 3-Clause "New" or "Revised" License
19 stars 5 forks source link

Add command line options #53

Closed lukasz-golebiewski closed 4 years ago

lukasz-golebiewski commented 4 years ago

Use GetOpt: https://wiki.haskell.org/GetOpt

Start with --help --input and --output

EncodePanda commented 4 years ago

Done with optparse applicative in https://github.com/frost-org/frost/pull/63

There was a smaller PR that did exactly that but @lukasz-golebiewski said "context is too small" :D