package inquire

  1. Overview
  2. Docs

Minimal implementation of Inquire with no color and no prompt 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