Cmdliner_def.ClineUntyped command line parses.
Unconverted argument data as found on the command line.
val empty : tval add : Arg_info.t -> arg -> t -> tval get_arg : t -> Arg_info.t -> argval get_opt_arg : t -> Arg_info.t -> (int * string * string option) listval get_pos_arg : t -> Arg_info.t -> string listval actual_args : t -> Arg_info.t -> string listActual command line arguments from the command line
val fold : (Arg_info.t -> arg -> 'b -> 'b) -> t -> 'b -> 'bThe type for deprecation invocations. This include both environment variable deprecations and argument deprecations.
val deprecated : env:(string -> string option) -> t -> deprecated listdeprecated ~env cli are the deprecated invocations that occur when parsing cli.
val pp_deprecated :
subst:Cmdliner_manpage.subst ->
deprecated Cmdliner_base.Fmt.tpp_deprecated formats deprecations.