package cmdlang-to-cmdliner

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Translate cmdlang parsers to cmdliner.

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.

OCaml

Innovation. Community. Security.