[Haskell-cafe] SimpleArgs

Henning Thielemann lemming at henning-thielemann.de
Thu Mar 6 06:37:33 EST 2008


On Thu, 6 Mar 2008, Ketil Malde wrote:

> Often when I write small scripts, I find I just want a couple of
> command line arguments but don't want to go the whole GetOpt route.
> SimpleArgs is an attempt to make the raw getArgs somewhat less raw,
> and quick and dirty scripts a bit less dirty without sacrificing the
> quickness.

I also thought command line parsing is cumbersome until I found:
   http://www.haskell.org/haskellwiki/High-level_option_handling_with_GetOpt



More information about the Haskell-Cafe mailing list