Closed lukasz-golebiewski closed 4 years ago
Use GetOpt: https://wiki.haskell.org/GetOpt
Start with --help --input and --output
--help
--input
--output
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
Use GetOpt: https://wiki.haskell.org/GetOpt
Start with
--help
--input
and--output