yeoman / yeoman-app

A desktop app that scaffolds projects using Yeoman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Align with the Inquirer.js API

stefanbuck opened this issue · comments

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.