Simon Boudrias
Simon Boudrias
Could you paste the error trace as is?
You'll need to make sure the sub-process you boot has access to the stdin/out of the main process for it to be interactive. This might only work with `spawnSync` passing...
I'm happy to review a PR adding an option to skip waiting for the enter key.
Why not listen to those events yourself?
Hey @gk-shi, are you sure this is caused by chinese characters? Did you try with only latin characters? This issue of duplicated top line is something that comes up pretty...
Anyone of you would like to dig in the code and try to figure out where it's coming from?
There's a lot of way this can be done manually by the user in pretty easy way (build/filter the question array) - or even using parts of inquirer api like...
Okay, I'll reopen. That's been a feature asked many times. I'm still unsure how this could cleanly fit in the codebase - and it needs to works properly with plugins.
Hey, I'm happy to review this behavior. Would you be willing to send a PR removing this? This has been in the codebase a long time, so I honestly don't...
This change looks fine to me. Let's just add an error message "this option is disabled" when pressing enter on a disable line.