minicli
  1. Overview
  2. Docs
Minimalist library for command line parsing

Install

Authors

Maintainers

Sources

v5.0.2.tar.gz
md5=4d251eafc27d8f667f6c13f890f17546

Description

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 end user, when the command line interface is not being used properly. So that, the end user has a good chance to correct himself before calling the software support team. Another design goal of minicli is to make command-line scientific programs harder to use incorrectly.

Published: 19 Nov 2019

Dependencies (2)

  1. dune >= "1.6"
  2. ocaml

Dev Dependencies

None

Conflicts

None