Simon Boudrias
Simon Boudrias
Inquirer shouldn't trap SIGINT. What's your OS/terminal/node version?
@ChristianAlexander can you link to the Node documentation stating that readlines won't propagate signals to the process?
@ChristianAlexander mind opening an issue on Node and linking this issue?
> I'm unsure if this should be considered an issue at the Node level. Perhaps there could be a case where it wouldn't be desirable to send a SIGINT on...
@felipenmoura these events are global, you don't need to listen to it on inquirer.
@felipenmoura that's what this thread is saying. That's due to the Node.js readline. You guys should open an issue on the Node project.
Hi, I'm not super clear on your ask. Do you want to make sure the user select at least one option within the options? If so, I think you can...
Can you post demo or reproductible example? I would assume there's more going on in your own code than replicating the inquirer demos?
Hi, the changelog is maintained on the _Releases_ tab on github: https://github.com/SBoudrias/Inquirer.js/releases Specifically, 8.0 is here: https://github.com/SBoudrias/Inquirer.js/releases/tag/inquirer%408.0.0 Around the time version 6 went out, I started a refactor project to...
PR welcomed to implement ESM modules. It's been out a while, I think it's time to rip the bandaid.