package inquire

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

Install

Dune Dependency

Authors

Maintainers

Sources

inquire-0.2.0.tbz
sha256=730d6baf42067aa567040b5e60bc9d5a0ace4a7a819708630adf142d101d9032
sha512=dbc281aa40c9b676b0833ee35fc485b44fabf1daed9f5bd02413982919a1d2cc7f19863cec891a244cb193036ecf3284972b50e4d4d1419e90d8fa58acfcde12

CHANGES.md.html

0.2.0 - 2020-05-08

Changed

  • Changed the Make functor to take a module with functions make_prompt, make_error and make_select.

  • Changed raw_list to raw_select.

Added

  • Add select prompt.

  • Support default values for all prompts.

  • Support validate functions for password and input prompts.

0.1.0 - 2020-02-12

Added

  • Add confirm prompt.

  • Add input prompt.

  • Add password prompt.

  • Add raw_list prompt.