Description
Provides utilities and combinators for parsing command-line options in Haskell. It lets developers describe options declaratively and automatically get parsing, validation, and help output.
It is useful for CLIs, developer tools, services with command-line configuration, and scripts written in Haskell. It is a library used by applications rather than a command on its own.