Arg.Completion
Argument completion.
This modules provides a type to describe how argument values described by argument converters can be completed.
The type for completion functions. Given a prefix should return a list of possible completions and a doc string.
make ()
is a completion specification with given properties. See accesors for semantics. Note that the properties are not mutually exclusive.
val files : 'a t -> bool
files c
indicates the argument should be completed with files.
val dirs : 'a t -> bool
dirs c
indicates the argument should be completed with directories.