@hackage uniform-cmdLineArgs0.1.5.1
a convenient handling of command line arguments
Categories
License
LicenseRef-GPL
Maintainer
Andrew U. Frank <andrewufrank@gmail.com>
Links
Versions
- 0.1.5.1 Thu, 6 Apr 2023
Installation
Dependencies (4)
- base >=4.7 && <5
- monads-tf
- optparse-applicative
- uniformBase >=0.1.5 Show all…
Dependents (2)
@hackage/daino, @hackage/ReplaceUmlaut
A simplified method to produce a convenient (standard) command line argument parser which is usable in the uniform framework .
It uses the methods to start applications in the uniform style (i.e. as ErrIO ())
Can perhaps be improved by a change to use https://github.com/ndmitchell/cmdargs#readme.