package inquire
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
An OCaml library to create beautiful interactive CLIs
Install
dune-project
Dependency
Authors
Maintainers
Sources
inquire-0.2.0.tbz
sha256=730d6baf42067aa567040b5e60bc9d5a0ace4a7a819708630adf142d101d9032
sha512=dbc281aa40c9b676b0833ee35fc485b44fabf1daed9f5bd02413982919a1d2cc7f19863cec891a244cb193036ecf3284972b50e4d4d1419e90d8fa58acfcde12
doc/CHANGES.html
0.2.0 - 2020-05-08
Changed
- Changed the Make functor to take a module with functions
make_prompt,make_errorandmake_select. - Changed
raw_listtoraw_select.
Added
- Add
selectprompt. - Support default values for all prompts.
- Support validate functions for
passwordandinputprompts.
0.1.0 - 2020-02-12
Added
- Add
confirmprompt. - Add
inputprompt. - Add
passwordprompt. - Add
raw_listprompt.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page