Example of asking a dynamic confirm question #823
Answered
by
simplenotezy
simplenotezy
asked this question in
Q&A
Replies: 2 comments 4 replies
-
await inquirer.inquirer.prompt({
name: 'confirm',
type: 'confirm',
message: "Please confirm that you'd like to XXX",
}); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
simplenotezy
-
Can a dynamic question be inserted into a question sequence defined with the decorator syntax ? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to ask a dynamic question (by using the InquirerService directly) that I'd like the user to confirm, but can't find an example of this.
Beta Was this translation helpful? Give feedback.
All reactions