Inquirer.js
Inquirer.js copied to clipboard
Is there an event for navigating between options?
For example, consider a question of type: 'list' and when the user navigates between different choices do we have an event emitted with currently selected choice?
I looked at the docs but couldn't find such example.