Cmdliner_def.Complete
Complete instruction.
type kind =
| Opt_value of Arg_info.t
| Opt_name_or_pos_value of Arg_info.t
| Opt_name
type t
val make : ?after_dashdash:bool -> ?subcmds:bool -> token:string -> kind -> t
val token : t -> string
val after_dashdash : t -> bool
val subcmds : t -> bool
val kind : t -> kind
val add_subcmds : t -> t