瀏覽代碼

Add basic README.

Kestrel 19 小時之前
父節點
當前提交
6018b61910
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -0,0 +1,3 @@
+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](https://lib.rs/crates/cursive/) and want something simpler
+than [inquire](https://lib.rs/crates/inquire).