tursodatabase / turso-cli

Command line interface to Turso.
https://turso.tech
MIT License
225 stars 37 forks source link

unable to confirm turso group destroy operation #615

Closed haaawk closed 6 months ago

haaawk commented 1 year ago

turso group destroy command puts my terminal in a weird state that turns enter into ^M and Ctrl+C into ^C.

╰──> turso group destroy test-group      
Group test-group, all its replicas and databases will be destroyed.
Are you sure you want to do this? [y/n]: y^M^C
haaawk commented 1 year ago

killing the command process returns my terminal to the correct state. This is on mac.

haaawk commented 1 year ago

Using -y is a working workaround

haaawk commented 6 months ago

Seems to be fixed now.