minicliversion

Minimalist library for command line parsing.

minicli provides the CLI module. It allows programmers to quickly and correctly handle options passed via the command line to their program. minicli is intended at people who develop software fast but who don't want to break things. minicli can throw a variety of informative exceptions to the user when the command line interface is not being used correctly. The Arg module from the stdlib is another, bigger alternative. Another more complete alternative is the cmdliner library.

AuthorFrancois Berenger
Published
Homepagehttps://github.com/UnixJunkie/minicli
Issue Trackerhttps://github.com/UnixJunkie/minicli/issues
Maintainerunixjunkie@sdf.org
Dependencies
Source [http] https://github.com/UnixJunkie/minicli/archive/v1.0.0.tar.gz
md5=9b7401d0349985f6def117c30b155cc3
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/minicli/minicli.1.0.0/opam
Required by