Description
Provides a simpler interface to optparse-applicative. It helps Haskell developers add common command-line parsing behavior with less setup code.
It is useful for small and medium CLI tools that want clear options and help output quickly. It is a developer library and does not provide a standalone command-line app.