Module Cmdliner_info.Eval

Evaluation.

type t
val v : cmd:Cmd.t -> parents:Cmd.t list -> env:(string -> string option) -> err_ppf:Stdlib.Format.formatter -> t
val cmd : t -> Cmd.t
val main : t -> Cmd.t
val parents : t -> Cmd.t list
val env_var : t -> string -> string option
val err_ppf : t -> Stdlib.Format.formatter
val with_cmd : t -> Cmd.t -> t