Releases: OCamlPro/ez_cmdliner
Releases · OCamlPro/ez_cmdliner
Version 0.4.3
Version 0.4.2
- Add ~on_exit to MAKE.main, to execute an action on exit when no exception was raised.
Version 0.4.1
- Add arguments to EZCMD.MAKE.main: ?common_args + ?argv
Version 0.4.0
- Add functor
MAKE
inV2
to provide amain
with multi-level subcommands
Version 0.3.0
Fix RST generation
Version 0.2.0
- Version interface: use
open Ezcmd.V1
(old) oropen Ezcmd.V2
(new) - Version V2 replaces type
command
by typesub
, that should not be used
directly. Instead, the functionEzcmd.sub
should be used to build it.
It's better for long term compatibility. - Add a
?version
argument toinfo
andsub
, 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, withraw_env
,raw_info
and
raw_sub
- Command
V2.EZCMD.to_rst
to generate ReST documentation for sub-commands
Version 0.1.1
Use drom
to generate the project
Version 0.1.0
First release