You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inquirer.js can handle either an Array of objects or an Array of strings for the attribute choices. Our current implementation supports only an Array of objects. To be compatible with the Inquirer.js API we should support this format too.
The text was updated successfully, but these errors were encountered:
Inquirer.js can handle either an Array of
objects
or an Array ofstrings
for the attributechoices
. Our current implementation supports only an Array ofobjects
. To be compatible with the Inquirer.js API we should support this format too.The text was updated successfully, but these errors were encountered: