package inquire

  1. Overview
  2. Docs

Default implementation of Inquire with hopefully nice colors and prefixes.

module M : sig ... end
include 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