package inquire

  1. Overview
  2. Docs
An OCaml library to create beautiful interactive CLIs

Install

Dune Dependency

Authors

Maintainers

Sources

inquire-v0.1.0.tbz
sha256=d738b9b264934004e6b3926a7ba9e7c637429e86893316e93a12f3812a1ba782
sha512=d081e9b8d886d1b321e6d2fe69a83f8c432c6c5150496e2389e9c3ecc2cebfb39248980b3286c622574250e36f0553189f16d908cb52043acc7f841201e8b45b

doc/inquire.lib/Inquire/Make/index.html

Module Inquire.MakeSource

Create a new implementation of Inquire to customize the prompts.

Parameters

module M : sig ... end

Signature

Sourceval confirm : ?default:bool -> Base.String.t -> bool Lwt.t
Sourceval raw_list : ?default:'a -> options:Base.String.t Base.List.t -> Base.String.t -> Base.String.t Lwt.t
Sourceval password : Base.String.t -> string Lwt.t
Sourceval input : Base.String.t -> string Lwt.t
OCaml

Innovation. Community. Security.