Is it possible to make copier ask the user for confirmation of one of the questions ? #1904
Unanswered
blagoySimandov
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm building a project generator using Copier and I'm looking for a way to ask for confirmation of one of the questions, since it involves an important and sensitive field.
I tried modifying the Python code that runs Copier but couldn't find a good way to do this. Any ideas?
Basically what I'm looking for is:
Type in your name:
[user input]
Are you sure [name] is your name?
Yes - continue
No - if no, go back/exit the questionnaire.
Any help is greatly appreciated.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions