Skip to content

Releases: OCamlPro/ez_cmdliner

Version 0.4.3

04 Mar 19:15
0cb3278
Compare
Choose a tag to compare

Use cmdliner.1.1.0

Version 0.4.2

11 Oct 22:04
330ebf3
Compare
Choose a tag to compare
  • Add ~on_exit to MAKE.main, to execute an action on exit when no exception was raised.

Version 0.4.1

06 Oct 19:55
f043a20
Compare
Choose a tag to compare
  • Add arguments to EZCMD.MAKE.main: ?common_args + ?argv

Version 0.4.0

06 Oct 09:39
ed14190
Compare
Choose a tag to compare
  • Add functor MAKE in V2 to provide a main with multi-level subcommands

Version 0.3.0

19 May 09:30
e8f825e
Compare
Choose a tag to compare

Fix RST generation

Version 0.2.0

30 Nov 09:17
5f56b9a
Compare
Choose a tag to compare
  • 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
  • Command V2.EZCMD.to_rst to generate ReST documentation for sub-commands

Version 0.1.1

27 Aug 08:19
Compare
Choose a tag to compare

Use drom to generate the project

Version 0.1.0

25 Jul 22:02
Compare
Choose a tag to compare

First release