mirror of
https://github.com/kennethreitz/clint.git
synced 2026-06-05 14:50:17 +00:00
b99f79c98e
- Extend clint.textui.prompt with a query function. - Add clint.textui.validators to validate the user input. - Add a prompt example showing different usages. - Update the README to demo the query function.