Closed haaawk closed 6 months 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
╰──> 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
killing the command process returns my terminal to the correct state. This is on mac.
Using -y is a working workaround
-y
Seems to be fixed now.
turso group destroy
command puts my terminal in a weird state that turns enter into ^M and Ctrl+C into ^C.