Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Inquire.Minimal
Minimal implementation of Inquire with no color and no prompt prefixes.
module M : sig ... end
include sig ... end
val confirm : ?default:bool -> string -> bool Lwt.t
val password :
?validate:(string -> (string, string) Lwt_result.t) ->
string ->
string Lwt.t
val input :
?validate:(string -> (string, string) Lwt_result.t) ->
?default:string ->
string ->
string Lwt.t
val raw_select :
?default:StdLabels.String.t ->
options:StdLabels.String.t list ->
string ->
StdLabels.String.t Lwt.t
val select :
?default:StdLabels.String.t ->
options:StdLabels.String.t list ->
string ->
StdLabels.String.t Lwt.t