Inquirer.js
Inquirer.js copied to clipboard
[Feature] Allow undefined as a default
Currently you are unable to return undefined as a default which prevents the ability to use default parameters in the prompt function if the user declines to input anything. As of now it always returns an empty string.
https://github.com/SBoudrias/Inquirer.js/pull/1377