optparse-helper: 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.
[Skip to Readme]
Downloads
- optparse-helper-0.2.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.2.0.0, 0.2.1.0, 0.2.1.1 |
---|---|
Dependencies | base (>=4.8 && <4.9), optparse-applicative [details] |
License | BSD-3-Clause |
Copyright | Copyright (c) 2016, Peter Harpending |
Author | Peter Harpending |
Maintainer | peter@harpending.org |
Category | System |
Home page | https://github.com/pharpend/optparse-helper |
Bug tracker | https://github.com/pharpend/optparse-helper/issues |
Source repo | head: git clone https://github.com/pharpend/optparse-helper.git |
Uploaded | by pharpend at 2016-05-15T18:21:59Z |
Distributions | |
Downloads | 2885 total (0 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2016-05-15 [all 1 reports] |