Keine Beschreibung

Kestrel a6a37a931c Implement Display and std::error::Error for AskError. vor 1 Woche
derive 19dcfe7ef2 Add some documentation and flesh out Cargo.toml. vor 2 Wochen
examples 1eace0a11f Remove prefix-free requirement on SelectPrompt. vor 2 Wochen
src a6a37a931c Implement Display and std::error::Error for AskError. vor 1 Woche
.gitignore 6630aebfaf Initial WIP. vor 3 Wochen
.vimrc 6630aebfaf Initial WIP. vor 3 Wochen
Cargo.toml a6a37a931c Implement Display and std::error::Error for AskError. vor 1 Woche
LICENSE b16e4911b1 Add LGPL license file. vor 2 Wochen
README.md 6018b61910 Add basic README. vor 2 Wochen

README.md

cliask is a crate to handle prompting the user for input in CLI applications that don't want a full TUI library such as cursive and want something simpler than inquire.