Closed nanovazquez closed 6 years ago
This PR removes the manual map from value.options to value.choices. We now pass the choices directly to inquirer.
value.options
value.choices
choices
We also updated the tests to validate the fix.
This PR removes the manual map from
value.options
tovalue.choices
. We now pass thechoices
directly to inquirer.We also updated the tests to validate the fix.