@hackage optparse-generic1.1.2
Auto-generate a command-line parser for your datatype
Categories
License
BSD-3-Clause
Maintainer
Gabriel439@gmail.com
Links
Versions
Deprecated
Dependencies (11)
- base >=4.6 && <5
- bytestring <0.11
- optparse-applicative >=0.11.0 && <0.14
- singletons >=0.10.0 && <1.0
- system-filepath >=0.3.1 && <0.5
- tagged >=0.8.3 && <0.9 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