yeoman / yeoman-app

A desktop app that scaffolds projects using Yeoman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default value callback not called when used in recursion

cravecode opened this issue · comments

If I'm recursively prompting a set of questions, the default value of a question is the generated value from the first iteration. It appears that a default value callback is not called on successive prompts of the same question.

This actually looks like a bug in Inquirer. Moving to SBoudrias/Inquirer.js#292