Simon Boudrias
Simon Boudrias
Platform? command line? Node and system versions? etc etc
@ozzie1998 what's your terminal app?
@ozzie1998 I take it you don't understand OSS maintainers are busy sometime?
Hey, thanks for the heads up. It's possible in the new core we do not print an empty line or reset the cursor position on exit. The issue would live...
This is something I'd prefer to keep in user land. I'd recommend checking different text/table formatting modules on NPM. Then you should be able to use the output as the...
This is something that'll be quite hard to inject in the current architecture. But as part of the refactor, it is something I want to bring in as a react...
Added the file https://github.com/SBoudrias/Inquirer.js/blob/master/SECURITY.md You can reach out to my email.
Do you mean to clean the terminal?
Hello, I've added this feature in our new prompts (the `@inquirer/*` modules.)
There's types and documentation per prompts; but not a great consolidated doc yet. Here's an example code: ```js import confirm from '@inquirer/confirm'; const answer = await confirm( { message: 'Confirm...