samuelpilz / core-catcher

MIT License
3 stars 0 forks source link

Command Line Option Parsing #7

Open fendor opened 7 years ago

fendor commented 7 years ago

It would be nice to define certain properties via command line options. Such as ports to use, if a new version of the Protocol.elm should be generated, or if certain debugger options should be enabled.

As command line parser i suggest optparse-applicative. It is a wonderful library using mainly monoids and applicative. Also supports long options.

samuelpilz commented 7 years ago

Would you do that? @fendor

samuelpilz commented 7 years ago

plan for supported commands:

fendor commented 7 years ago

I will take care of this