optparse-generic

Auto-generate a command-line parser for your datatype

Version on this page:1.2.2
LTS Haskell 20.25:1.4.9
Stackage Nightly 2023-06-08:1.4.9
Latest on Hackage:1.5.0

See all snapshots optparse-generic appears in

BSD-3-Clause licensed by Gabriel Gonzalez
Maintained by Gabriel439@gmail.com
This version can be pinned in stack with:optparse-generic-1.2.2@sha256:b3095eeda269d9ed5dcf24e4114cf4e1f2a86c2f0c92e9c898e5974a6228fcc0,1624

Module documentation for 1.2.2

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