@hackage optparse-generic1.2.1
Auto-generate a command-line parser for your datatype
Categories
License
BSD-3-Clause
Maintainer
Gabriel439@gmail.com
Links
Versions
Installation
Dependencies (12)
- base >=4.6 && <5
- bytestring <0.11
- optparse-applicative >=0.12.0 && <0.15
- semigroups >=0.5.0 && <0.19
- singletons >=0.10.0 && <1.0
- system-filepath >=0.3.1 && <0.5 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