Skip to content

0.2.0

Compare
Choose a tag to compare
@tmattio tmattio released this 11 May 21:08
· 23 commits to main since this release

CHANGES:

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.