package inquire

  1. Overview
  2. Docs

Create a new implementation of Inquire to customize the prompts.

Parameters

module M : sig ... end

Signature

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