optparse-generic

Auto-generate a command-line parser for your datatype

Version on this page:1.2.3
LTS Haskell 22.14:1.5.2@rev:1
Stackage Nightly 2024-03-28:1.5.2@rev:1
Latest on Hackage:1.5.2@rev:1

See all snapshots optparse-generic appears in

BSD-3-Clause licensed by Gabriel Gonzalez
Maintained by [email protected]
This version can be pinned in stack with:optparse-generic-1.2.3@sha256:a79535f8e18a7ade913f82d726a6ac90ad834f6ccd6a6237413d4a92d0009062,1634

Module documentation for 1.2.3

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