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 (4)
Authors
Maintainers
Sources
v0.4.3.tar.gz
sha256=a4aaa008bf2bf29189e3c66c9481aab5d2e12b20c0b769a484df5dc07d68961d
doc/CHANGES.html
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