edgedb-cli
edgedb-cli copied to clipboard
Display LogMessage messages received from server
How do you want to implement this? I see two options:
- real time, as messages are received they are displayed, even if the user is typing a query.
- deferred -- we display received async messages when the user is presented with the results of the last query.
I want this realtime, but we need a patch for rustyline for that. Perhaps https://github.com/kkawakam/rustyline/pull/235 but it's very fragile in current impl.