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.
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.