Module Cmdlang_to_cmdliner.Translate

Param

val param : 'a Cmdlang.Command.Param.t -> 'a Cmdliner.Arg.conv

Arg

val arg : 'a Cmdlang.Command.Arg.t -> 'a Cmdliner.Term.t

Command

val command : ?version:string -> 'a Cmdlang.Command.t -> name:string -> 'a Cmdliner.Cmd.t

Private

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.