@hackage optparse-generic1.5.3
Auto-generate a command-line parser for your datatype
Categories
License
BSD-3-Clause
Maintainer
GenuineGabriella@gmail.com
Links
Versions
Installation
Dependencies (14)
- Only <0.2
- base >=4.8 && <5
- bytestring <0.13
- filepath <1.6
- optparse-applicative >=0.16.0.0 && <0.20
- semigroups >=0.5.0 && <0.20 Show all…
Dependents (94)
@hackage/box, @hackage/haskseg, @hackage/rating-chgk-info, @hackage/ham, @hackage/tex-join-bib, @hackage/online, Show all…
This library auto-generates an optparse-applicative-compatible
Parser from any data type that derives the Generic interface.
See the documentation in Options.Generic for an example of how to use
this library