Description
A Haskell library for creating command-line interfaces from generic data types. It helps developers define options and arguments with less manual parser code.
Use it when a Haskell tool needs a typed CLI quickly. Generated command interfaces should still provide clear help text, predictable defaults, and helpful errors for invalid input.