Module Async_command.Auto_complete
type t
= Core_kernel.Univ_map.t -> part:Core_kernel__.Import.string -> Core_kernel__.Import.string Core_kernel__.Import.list
In addition to the argument prefix, an auto-completion spec has access to any previously parsed arguments in the form of a heterogeneous map into which those arguments may register themselves by providing a
Univ_map.Key
using the~key
argument toArg_type.create
.