Cmdliner_def.EvalEvaluation.
val make :
ancestors:Cmd_info.t list ->
cmd:Cmd_info.t ->
subcmds:Cmd_info.t list ->
env:(string -> string option) ->
err_ppf:Stdlib.Format.formatter ->
tval cmd : t -> Cmd_info.tval main : t -> Cmd_info.tval ancestors : t -> Cmd_info.t listval subcmds : t -> Cmd_info.t listval env_var : t -> string -> string optionval err_ppf : t -> Stdlib.Format.formatterval with_cmd : t -> Cmd_info.t -> tval doclang_subst : t -> Cmdliner_manpage.subst