Haskell libraries for managing command-line options.
Divided in the following fashion:
-
claw: core types and the parser itself; -
claw-prettyprinter:prettyprintersupport for composing help documents and displaying parsing failures; -
claw-example: example package showcasing the use of the previous two.