Cmdliner_termTerms
type 'a parser =
Cmdliner_def.Eval.t ->
Cmdliner_def.Cline.t ->
('a, [ `Parse of string | term_escape ]) Stdlib.resultType type for command line parser. given static information about the command line and a command line to parse returns an OCaml value.
type +'a t = 'a Cmdliner_def.Term.tThe type for terms. The list of arguments it can parse and the parsing function that does so.
val make : Cmdliner_def.Arg_info.Set.t -> 'a parser -> 'a tval argset : 'a t -> Cmdliner_def.Arg_info.Set.tval const : 'a -> 'a tmodule Syntax : sig ... endval main_name : string tval choice_names : string list tval env : (string -> string option) t