@hackage / uniform-cmdLineArgs

a convenient handling of command line arguments

Latest0.1.5.1

About

Metadata

  • Last updated , by andrewufrank
  • License LicenseRef-GPL
  • Maintained by: Andrew U. Frank <andrewufrank@gmail.com>

  • Lottery factor: 0

Links

Installation

Readme

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.