@hackage optparse-generic1.4.0
Auto-generate a command-line parser for your datatype
Categories
License
BSD-3-Clause
Maintainer
Gabriel439@gmail.com
Links
Versions
Installation
Dependencies (13)
- Only <0.2
- base >=4.6 && <5
- bytestring <0.11
- optparse-applicative >=0.14.0.0 && <0.16
- semigroups >=0.5.0 && <0.20
- singletons >=0.10.0 && <1.0 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