Request for Native Keypress Support in Long-Running Processes
Any plans to add support for keypresses? Something like:
Or just waiting for them in the background w/o prompting.
Or just waiting for them in the background w/o prompting.
const key = yield* Prompt.keyPress("some msg", [
{ "q": "Quit" },
{ "r": "Restart" }
])