inquire.lib
Inquire.Make
Create a new implementation of Inquire to customize the prompts.
module M : sig ... end
val confirm : ?default:bool -> Base.String.t -> bool Lwt.t
val raw_list : ?default:'a -> options:Base.String.t Base.List.t -> Base.String.t -> Base.String.t Lwt.t
val password : Base.String.t -> string Lwt.t
val input : Base.String.t -> string Lwt.t