You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.
As an example - the NodeJS package Inquirer is a really good implementation of user interaction in cli applications - having a rust library that gave similar options would be excellent, although a library of that size would probably be better as a separate lib (not included in quicli).
E.g. using https://docs.rs/dialoguer
I usually only add "interaction" using CLI arguments. I'd be interested to hear what your use cases are.
Todo:
The text was updated successfully, but these errors were encountered: