0.2.0
CHANGES:
Changed
- Changed the Make functor to take a module with functions
make_prompt
,make_error
andmake_select
. - Changed
raw_list
toraw_select
.
Added
- Add
select
prompt. - Support default values for all prompts.
- Support validate functions for
password
andinput
prompts.