console-program: Interprets the command line and 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 "actions" (commands, or modes of operation, of the program);
declare options of the program;
collect options and actions from a configuration file and the command line, and execute the proper action.
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 "modes", instead of a list, so a command can have subcommands;
it parses a configuration file, in addition to the command line arguments.
Modules
- System
- Console
- System.Console.Action
- System.Console.Argument
- System.Console.Command
- System.Console.Options
- Console
Downloads
- console-program-0.1.0.1.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-wl-pprint (>=0.5 && <0.6), base (>=4 && <5), containers (>=0.1 && <0.4), directory (>=1.0 && <1.1), fez-conf (>=1.0 && <1.1), parsec-extra (>=0.1 && <0.2), template-haskell, transformers (>=0.2 && <0.3), utf8-string (>=0.3.5 && <0.4), utility-ht (>=0.0.5 && <0.0.6) [details] |
License | BSD-3-Clause |
Author | Arie Peterson |
Maintainer | ariep@xs4all.nl |
Category | System |
Source repo | head: darcs get http://patch-tag.com/r/AriePeterson/console-program |
Uploaded | by AriePeterson at 2010-05-31T12:26:09Z |
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 not available [build log] All reported builds failed as of 2016-12-29 [all 6 reports] |