inquirer-rs
inquirer-rs copied to clipboard
Add more prompts
We'd like to support at least the following (from Inquirer):
- [x] Confirm (Added in 70921806)
- [ ] Input (Tracking PR #10)
- [ ] Password
- [ ] Checkbox (Tracking issue #11)
- [ ] @killercup's proposal from #2 (perhaps as another function, in order to enable both types of prompts).