v1.1.1
- Correctly ignore validation on list prompts. (previously the function would be run and throw an exception)
Instead of validation, you can:
- Pass a function as
choices
so you can filter out invalid choices - 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.