package ez_cmdliner
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Easy interface to Cmdliner à la Arg.parse with sub-commands
Install
dune-project
Dependency
ocamlpro.github.io
Readme
Changelog
LGPL-2.1-only with OCaml-LGPL-linking-exception License
Edit opam file
Versions (5)
Authors
Maintainers
Sources
ez_cmdliner-0.5.0.tbz
sha256=cea031c171bbc2991ab8e7626f1ca236e200813b4ab67af409060067539c7e36
sha512=06428e1d500fc76629d7d6376d12005b5e008c96b6f911a52cbe5de5252fb103a523acfc766d5b2defa28cf81ed48f84aca0c4aa89a4bd9613a0f5809f58a3d7
doc/CHANGES.html
v0.5.0
- Fix use of deprecated
Printf.kprintfin OCaml 5.0 - Update to cmdliner.2.x
v0.4.3
v0.4.0
v0.2.0 (2020-11-27)
- Version interface: use
open Ezcmd.V1(old) oropen Ezcmd.V2(new) - Version V2 replaces type
commandby typesub, that should not be used directly. Instead, the functionEzcmd.subshould be used to build it. It's better for long term compatibility. - Add a
?versionargument toinfoandsub, to indicate at which version they appeared - Module
V2.EZCMD.RAWTYPEScan be used to switch from abstract types to manifest types to generate documentation, withraw_env,raw_infoandraw_sub
v0.1.1 (2020-08-26)
- Renamed to ez_cmdliner
- Use
dromto generate distribution files
v0.1.0 (2020-07-20)
Initial version as ez-cmdliner
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page