Helper functions for optparse-applicative.
The optparse-applicative package, as well as optparse-simple, has some undesirable behavior by default, and is quite verbose. This package exists to work around those two.
For instance:
optparse-applicative does not show help on error by default.
optparse-applicative does not disambiguate commands. So, if you have a command
my-executable foobar
, but your user runsmy-executable f
, optparse-applicative will not disambiguate this by default.
For more specific documentation, see the module documentation for Options.Applicative.Helper
.
optparse-helper
Haskell library for helper helper functions for optparse-applicative. See the Haddock documentation for usage info.
Contact
Bugs, questions, comments, and complaints should be brought up in the GitHub bug tracker. If you don't want to use that for whatever reason, you can email me at [email protected]
. I also am on IRC occasionally, under the nick pharpend
on FreeNode.net.