Skip to content

v1.1.1

Compare
Choose a tag to compare
@SBoudrias SBoudrias released this 04 Jul 22:37
· 1146 commits to main since this release
  • Correctly ignore validation on list prompts. (previously the function would be run and throw an exception)

Instead of validation, you can:

  1. Pass a function as choices so you can filter out invalid choices
  2. If you want the end user to see all choices, then make the invalid choice Separators. That way, they'll be seen, but won't be selectable.