mario-eth / soldeer

Solidity Package Manager written in rust
MIT License
188 stars 19 forks source link

Improve prompt interaction #120

Open beeb opened 1 month ago

beeb commented 1 month ago

Prompt handling (when user input is needed) is currently very bare-bones and could be nicer by using something like dialoguer or inquire to improve data validation and user experience.

Other potential new contenders: cliclack (very sexy)

beeb commented 3 weeks ago

Working on it