@cardano optparse-applicative-fork0.19.0.0
Utilities and combinators for parsing command line options
Categories
License
BSD-3-Clause
Maintainer
huw.campbell@gmail.com
Links
Versions
Installation
Tested Compilers
Dependencies (9)
- ansi-terminal >=0.4.0
- base >=4.5 && <5
- fail >=4.9 && <4.10
- prettyprinter >=1.7 && <1.8
- prettyprinter-ansi-terminal >=1.1.2 && <1.2
- process >=1.0 && <1.7 Show all…
Dependents (13)
@cardano/cardano-node-chairman, @cardano/cardano-node-capi, @cardano/cardano-cli, @cardano/cardano-testnet, @cardano/cardano-diffusion, @cardano/cardano-api, Show all…
Package Flags
process
(on by default)
Depend on the process package for Bash autocompletion
optparse-applicative-fork is a haskell library for parsing options on the command line, and providing a powerful applicative interface for composing them.
optparse-applicative-fork takes care of reading and validating the arguments passed to the command line, handling and reporting errors, generating a usage line, a comprehensive help screen, and enabling context-sensitive bash, zsh, and fish completions.
See the included README for detailed instructions and examples, which is also available on github https://github.com/pcapriotti/optparse-applicative-fork.