Skip to content

How do I ask a question with a set of predefined answers? #822

Answered by simplenotezy
simplenotezy asked this question in Q&A
Discussion options

You must be logged in to vote

Ah, I was missing the type parameter:

  @Question({
    message: 'What task would you like to execute?',
    name: 'task',
    choices: ['build', 'test', 'lint'],
    type: 'list',
  })

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by simplenotezy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant