killercup / quicli

Quickly build cool CLI apps in Rust.
https://killercup.github.io/quicli/
Apache License 2.0
540 stars 31 forks source link

Include `read_input`? #105

Closed eopb closed 1 year ago

eopb commented 5 years ago

My crate read_input seems to line up well with the aims of quicli. It helps make CLI tools quicker and easier to make.

It would be awesome if it could be included with quicli. Any feedback on my crate would also be welcome.