Cmdliner_def.Arg_infoArgument information.
val pos : rev:bool -> start:int -> len:int option -> pos_kindval pos_rev : pos_kind -> boolval pos_start : pos_kind -> intval pos_len : pos_kind -> int optionval id : t -> intval deprecated : t -> string optionval doc : t -> stringval docv : t -> stringval docs : t -> stringval opt_names : t -> string listval opt_name_sample : t -> stringval is_opt : t -> boolval is_pos : t -> boolval is_req : t -> boolval doclang_subst : subst:Cmdliner_manpage.subst -> t -> Cmdliner_manpage.substdoclang_subst ~subst info adds the substitution of info to subst. Note this includes the substitutions for env if present.
val styled_deprecated :
errs:Stdlib.Format.formatter ->
subst:Cmdliner_manpage.subst ->
t ->
stringval styled_doc :
errs:Stdlib.Format.formatter ->
subst:Cmdliner_manpage.subst ->
t ->
stringmodule Set : sig ... end