Go to file
Lutetium-Vanadium 4148198cb7 Allow support for using custom prompts
Due to [object safety](https://doc.rust-lang.org/reference/items/traits.html#object-safety),
unlike in built prompts, the plugins can only take `&mut self` and be
given a `&mut dyn Write`.
2021-04-20 18:33:03 +05:30
src Allow support for using custom prompts 2021-04-20 18:33:03 +05:30
ui allow setting a custom exit handler 2021-04-19 19:04:26 +05:30
.gitignore initial commit 2021-03-27 18:32:42 +05:30
Cargo.toml improved answers and fixed some FIXMEs 2021-04-19 19:04:26 +05:30
LICENSE initial commit 2021-03-27 18:32:42 +05:30
README.md initial commit 2021-03-27 18:32:42 +05:30

Inquire-rs

WIP rust clone of Inquire.js