Cmdliner_def.Arg_completion
Completion strategies
val value : ?doc:string -> 'a -> 'a directive
val string : ?doc:string -> string -> 'a directive
val files : 'a directive
val dirs : 'a directive
val restart : 'a directive
val raw : string -> 'a directive
type ('ctx, 'a) func =
'ctx option ->
token:string ->
('a directive list, string) Stdlib.result
type 'a t = 'a Arg_info.completion
val complete_none : 'a t
val complete_files : 'a t
val complete_dirs : 'a t
val complete_paths : 'a t
val complete_restart : 'a t