New look
Thanks to sindresorhus, we have a set of new glyph and a refreshed style.
New feature
- `inquirer.registerPrompt()` allow to register custom prompts (plugins!) or overwriting defaults prompts (mocking!)
- `inquirer.restoreDefaultPrompts()` to restore the defaults prompts
Bugs
- `checkbox` prompt failed when used with an asynchronous `validate` method.