Description: | CmdTheLine aims to remove tedium from the definition of command-line programs,
producing usage and help with little effort.
The inspiration was found in Daniel Bunzli's
<http://erratique.ch/software/cmdliner> library.
CmdTheLine uses applicative functors to provide a declarative, compositional
mechanism for defining command-line programs by lifting regular Haskell
functions over argument parsers.
A tutorial can be found at
<http://elifrey.com/2012/07/23/CmdTheLine-Tutorial/>.
Suggestions, comments, and bug reports are appreciated. Please see the bug and
issue tracker at <http://github.com/eli-frey/cmdtheline>. |