asky 0.1.1

Libray to create good looking prompts in the terminal
Documentation
1
2
3
4
5
6
7
pub mod confirm;
pub mod multi_select;
pub mod number;
pub mod password;
pub mod select;
pub mod text;
pub mod toggle;