@hackage / optparse-generic

Auto-generate a command-line parser for your datatype

Latest1.5.3

About

Metadata

  • Last updated , by GabrielGonzalez
  • License BSD-3-Clause
  • Categories Systems Programming
  • Maintained by: GenuineGabriella@gmail.com

  • Lottery factor: 1

Links

Installation

Readme

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