Commands.

Sourcetype t
Sourceval v : ?deprecated:string -> ?man_xrefs:Cmdliner_manpage.xref list -> ?man:Cmdliner_manpage.block list -> ?envs:Env.info list -> ?exits:Exit.info list -> ?sdocs:string -> ?docs:string -> ?doc:string -> ?version:string -> string -> t
Sourceval name : t -> string
Sourceval version : t -> string option
Sourceval deprecated : t -> string option
Sourceval doc : t -> string
Sourceval docs : t -> string
Sourceval stdopts_docs : t -> string
Sourceval exits : t -> Exit.info list
Sourceval envs : t -> Env.info list
Sourceval man_xrefs : t -> Cmdliner_manpage.xref list
Sourceval args : t -> Arg.Set.t
Sourceval has_args : t -> bool
Sourceval children : t -> t list
Sourceval add_args : t -> Arg.Set.t -> t
Sourceval with_children : t -> args:Arg.Set.t option -> children:t list -> t