Fixes
- Fix bug where inquirer would overwrite properties on the options passed in. Now we're making sure to not mutate your originals objects.
- On the checkbox prompt, we're now only hiding the help message once the user click the
space
key instead of any keys. - Drop
readline2
in favor of Node core version. This might fix some edge cases some users on windows encountered.