Cmdlang_to_climate.TranslateTranslate 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.convval arg : 'a Cmdlang.Command.Arg.t -> 'a Climate.Arg_parser.tval command : 'a Cmdlang.Command.t -> 'a Climate.Command.tmodule Private : sig ... endThis module is exported for testing purposes only. Its signature may change in breaking ways without any notice. Do not use.