optparse-applicative is a haskell library for parsing options on the command line, and providing a powerful applicative interface for composing them.
CmdArgs is a Haskell library for defining command line parsers. The two features that make it a better choice than the standard getopt library are:
Principalele funcționalități ale ndmitchell/cmdargs sunt: Haskell CLI Frameworks.
Alternativele open-source pentru ndmitchell/cmdargs includ: docopt/docopt.hs — Docopt.hs. pcapriotti/optparse-applicative — optparse-applicative is a haskell library for parsing options on the command line, and providing a powerful…