We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e41212 commit 218c15cCopy full SHA for 218c15c
1 file changed
lib/gen-config.js
@@ -60,7 +60,8 @@ const createQuestions = () => {
60
type: "checkbox",
61
name: "typeList",
62
message: "choice types",
63
- choices: (answers) => { return typeListChoices(answers.emoji) }
+ choices: (answers) => { return typeListChoices(answers.emoji) },
64
+ when: (answers) => { return answers.type }
65
},
66
{
67
type: "list",
0 commit comments