client-ts
client-ts copied to clipboard
Pasting breaks the CLI output
Describe the bug Pasting causes the CLI output to behave funny.
In the following example I copy cmd+C the word "table" and paste it cmd+V in the Name input.
@richardgill i've seen some recent improvements to the CLI experience. Does your work address this one in particular?
Confirmed it's still an issue with v0.11.19
Alright, let's keep open. Maybe a good one for the next bug squashing rave 🎉
It's quite difficult to fix this. We would need to re-implement the schema edit command. I've been looking into the enquirer library and even if they allow to subscribe to events, paste is not a recognized event. It seems the behaviour is attempting to restore the CLI output but we show weird state in the process.