Cmdliner_def.Complete
Complete instruction.
type directives =
| Directives : ('a Arg_completion.directive list, string) Stdlib.result ->
directives
val add_directives :
('a Arg_completion.directive list, string) Stdlib.result ->
t ->
t
val prefix : t -> string
val after_dashdash : t -> bool
val subcmds : t -> bool
val directives : t -> directives