Description
A Haskell command-line parser based on docopt-style usage text. It lets developers describe a CLI in human-readable help text and derive argument parsing behavior from that description.
Use it when command documentation and parsing should stay closely aligned. Help text should be tested with common invalid inputs so users get clear guidance.