uniform-cmdLineArgs: a convenient handling of command line arguments

[ cmdlineargs, library ] [ Propose Tags ]

deals with the command line arguments and fills with decent defaults


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.5.1
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), monads-tf, optparse-applicative, uniformBase (>=0.1.5) [details]
License LicenseRef-GPL
Copyright 2021 Andrew U. Frank
Author Andrew Frank
Maintainer Andrew U. Frank <andrewufrank@gmail.com>
Category CmdLineArgs
Home page https://github.com/andrewufrank/u4blog.git#readme
Bug tracker https://github.com/andrewufrank/u4blog.git/issues
Source repo head: git clone https://github.com/andrewufrank/u4blog.git(uniform-cmdLineArgs)
Uploaded by andrewufrank at 2023-04-06T19:49:53Z
Distributions NixOS:0.1.5.1
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 49 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-04-06 [all 1 reports]

Readme for uniform-cmdLineArgs-0.1.5.1

[back to package description]

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.