console-program: Interpret the command line and contents of a config file as commands and options
This library provides an infrastructure to build command line programs. It provides the following features:
declare any number of "commands" (modes of operation) of the program;
declare options of these commands;
collect options from a configuration file and the command line, and execute the proper command.
Examples of using this library may be found in the Examples directory in the package tarball.
It provides functionality similar to the cmdargs package. Main differences:
console-program does not use unsafePerformIO, and tries to give a more haskellish, referentially transparent interface;
it allows a full tree of commands, instead of a list, so a command can have subcommands;
it parses a configuration file, in addition to the command line arguments.
Downloads
- console-program-0.4.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.2.0.0, 0.2.0.1, 0.3.0.0, 0.3.0.1, 0.3.1.0, 0.3.1.1, 0.3.1.2, 0.3.1.3, 0.3.1.4, 0.3.2.0, 0.4.0.0, 0.4.0.1, 0.4.0.2, 0.4.0.3, 0.4.1.0, 0.4.2.0, 0.4.2.1, 0.4.2.2, 0.4.2.3 (info) |
---|---|
Dependencies | ansi-terminal (>=0.5 && <0.7), ansi-wl-pprint (>=0.5 && <0.7), base (>=4 && <5), containers (>=0.1 && <0.6), directory (>=1.0 && <1.3), haskeline (>=0.7 && <0.8), parsec (>=3.1 && <3.2), parsec-extra (>=0.1 && <0.2), split (>=0.2 && <0.3), transformers (>=0.2 && <0.5), unix (>=2.7 && <2.8), utility-ht (>=0.0 && <0.1) [details] |
License | BSD-3-Clause |
Author | Arie Peterson |
Maintainer | ariep@xs4all.nl |
Category | System, Console |
Source repo | head: darcs get http://hub.darcs.net/AriePeterson/console-program |
Uploaded | by AriePeterson at 2015-10-17T08:24:32Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 16684 total (22 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2015-10-17 [all 1 reports] |