package ez_cmdliner

  1. Overview
  2. Docs
Easy interface to Cmdliner à la Arg.parse with sub-commands

Install

Dune Dependency

Authors

Maintainers

Sources

v0.4.0.tar.gz
sha256=dda03dba7abff475a19d892577a55ed84ee3eb6079eb3e084b8221b26297b0ab

CHANGES.md.html

v0.2.0 (2020-11-27)

  • Version interface: use open Ezcmd.V1 (old) or open Ezcmd.V2 (new)

  • Version V2 replaces type command by type sub, that should not be used directly. Instead, the function Ezcmd.sub should be used to build it. It's better for long term compatibility.

  • Add a ?version argument to info and sub, to indicate at which version they appeared

  • Module V2.EZCMD.RAWTYPES can be used to switch from abstract types to manifest types to generate documentation, with raw_env, raw_info and raw_sub

v0.1.1 (2020-08-26)

  • Renamed to ez_cmdliner

  • Use drom to generate distribution files

v0.1.0 (2020-07-20)

Initial version as ez-cmdliner