Module Cmdliner_def.Eval

Evaluation.

type t
val make : cmd:Cmd_info.t -> ancestors:Cmd_info.t list -> env:(string -> string option) -> err_ppf:Stdlib.Format.formatter -> t
val cmd : t -> Cmd_info.t
val main : t -> Cmd_info.t
val ancestors : t -> Cmd_info.t list
val env_var : t -> string -> string option
val err_ppf : t -> Stdlib.Format.formatter
val with_cmd : t -> Cmd_info.t -> t
val doclang_subst : t -> Cmdliner_manpage.subst