Releases: OCamlPro/ez_cmdliner
Releases · OCamlPro/ez_cmdliner
0.5.0
Version 0.4.3
Use cmdliner.1.1.0
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
MAKEinV2to provide amainwith 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
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_infoand
raw_sub - Command
V2.EZCMD.to_rstto generate ReST documentation for sub-commands
Version 0.1.1
Use drom to generate the project
Version 0.1.0
First release