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.1.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
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.13), optparse-applicative [details] |
License | BSD-3-Clause |
Copyright | Copyright (c) 2016, Peter Harpending |
Author | Peter Harpending |
Maintainer | peter@harpending.org |
Revised | Revision 1 made by CarterSchonwald at 2018-11-15T18:02:34Z |
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-29T03:05:11Z |
Distributions | |
Downloads | 2859 total (12 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-29 [all 1 reports] |