@hackage getopt-generics0.1
Simple command line argument parsing
Categories
License
BSD-3-Clause
Maintainer
linh.nguyen@zalora.com, soenke.hahn@zalora.com
Links
Versions
Installation
Dependencies (3)
- base >=4 && <5
- generics-sop
- safe Show all…
Dependents (9)
@hackage/dead-code-detection, @hackage/acme-everything, @hackage/xls, @hackage/concurrency-benchmarks, @hackage/wai-make-assets, @hackage/unicode-data, Show all…
"getopt-generics" tries to make it very simple to create command line interfaces. Users just specify a simple data type (and derive some type classes for that type) and "getopt-generics" creates a command line argument parser.