Cmdlang_to_climate.Translate
Translate cmdlang parsers to climate.
The translation to climate is experimental, not well tested or documented, and doesn't support all features of climate. In particular there's currently no support to target the auto-completion features offered by climate. This is an area left for future work. More info here.
val param : 'a Cmdlang.Command.Param.t -> 'a Climate.Arg_parser.conv
val arg : 'a Cmdlang.Command.Arg.t -> 'a Climate.Arg_parser.t
val command : 'a Cmdlang.Command.t -> 'a Climate.Command.t
module Private : sig ... end
This module is exported for testing purposes only. Its signature may change in breaking ways without any notice. Do not use.