Description
Provides a powerful and easy command-line option parser for Haskell. It helps applications define flags, arguments, help text, and validation in a structured way.
It is useful for building command-line tools that are easier to use and document. It is a developer library; the actual command-line interface comes from the application that uses it.