Cmdliner_arg.Completionval value : ?doc:string -> 'a -> 'a directiveval string : ?doc:string -> string -> 'a directiveval files : 'a directiveval dirs : 'a directiveval restart : 'a directiveval message : string -> 'a directiveval raw : string -> 'a directivetype ('ctx, 'a) func =
'ctx option ->
token:string ->
('a directive list, string) Stdlib.resultval make : ?context:'ctx Cmdliner_term.t -> ('ctx, 'a) func -> 'a tval complete_none : 'a tval complete_files : 'a tval complete_dirs : 'a tval complete_paths : 'a tval complete_restart : 'a t