Description
Provides a simple library for processing command-line options in Haskell. It helps applications define and parse flags or arguments without adopting a larger option-parsing framework.
It is useful for small command-line tools, scripts, examples, and utilities with straightforward option needs. It is a developer library and the user-facing commands come from the application using it.