- Added an example of migration from
core.command
toclimate
(#20, @mbarbin). - Added migration utils (#20, @mbarbin).
- Improve code coverage, added tests (#20, @mbarbin).
- Document presence in stdlib-runner help (required, default, etc.) (#19, @mbarbin).
- Minor refactor in stdlib-runner (#19, @mbarbin).
- Upgrade to
climate.0.3.0
(#19, @mbarbin).
- Fix trailing dot additions in
to-cmdliner
for cases such as?.
and..
(#19, @mbarbin).
- Removed config option
auto_add_short_aliases
from to-base translation (not useful) (#20, @mbarbin).
- Add more ci-checks: macOS, Windows, OCaml 4.14 (#17, @mbarbin).
- Add a new backend based on
stdlib.arg
(#16, @mbarbin).
- Internal refactor to intermediate representations used in cmdlang-to-base (#16, @mbarbin).
- Enable build with
ocaml.4.14
(#17, @mbarbin).
- Remove
Param.assoc
. We require now theto_string
function found inEnums
(#16, @mbarbin).
- Moved
err
,err-cli
andcmdlang-cmdliner-runner
to pp-log.
- Prepare documentation for initial release.
- Upgrade to
climate.0.1.0
. - Make opam files pass opam-repository linting rules.
- Upgrade Docusaurus.
- Expose
param
&arg
translators. - Increase test coverage.
- Include
>>|
infix operator inCommand.Std
. - Separate the translation from the runner in 2 separate packages to keep dependencies isolated.
- Fix handling of
docv
when translating tocore.command
.
- Removed most of applicative infix operators - keep only
>>|
.
- Rename project
cmdlang
.
- Refactor
Err
- undocumented changes while we're stabilizing. - Refactor the separation between
Err
andErr_handler
. Keep only the cli part separate and rename iterr-cli
.
- Fix some unintended behavior related to raising and catching errors with
err0
anderro-handler
. Added tests to cover and characterize different use cases.
- Make
cmdlang-err
and standalone library callederr0
so it can be used more broadly. Split the handler part as a separated liberr0-handler
.
- Added library
Err
establishing a standard for error handling in cmdlang CLIs.
- Added basic support for
readme
. - Added
Arg.named_multi
. - Added param helpers:
stringable
,validated strings
,comma_separated
. - Basic support for positional arguments.
- Enabled instrumentation.
- Adopted OCaml Code of Conduct.
- Added a FAQ page.
- Added test libraries.
- Internal changes to AST to make it more consistent.
- Improve generation of man pages when using
cmdliner
as target. - Update tutorial to include positional arguments.
- Translation to
core.command
requires(unit -> _) Command.t