nanovazquez / yargs-interactive

Interactive support for yargs
MIT License
46 stars 9 forks source link

fix(interactive-mode): Pass choices directly to inquirer (fixes #10) #11

Closed nanovazquez closed 6 years ago

nanovazquez commented 6 years ago

This PR removes the manual map from value.options to value.choices. We now pass the choices directly to inquirer.

We also updated the tests to validate the fix.