Description
A Haskell library for describing command-line interfaces as smaller, digestible pieces. It helps developers build parsers for commands, subcommands, options, and arguments in a structured way.
Use it when a Haskell program needs a maintainable CLI with clear command structure. Good command interfaces should still provide readable help text and predictable error messages.