Replies: 2 comments 1 reply
-
Do you want to call Copier from a Python process? See https://github.com/copier-org/copier/blob/master/copier/main.py#L747. You can definitely pass data to avoid the interactive prompts. If you want to call it as a subprocess (be it in a shell-script, a Python process, or any other executable), you can as well pass data with the |
Beta Was this translation helpful? Give feedback.
-
Please feel free to open a PR and improve the docs. Thanks!
El vie., 17 sept. 2021 14:36, Codie (蒂诺) ***@***.***>
escribió:
… Thanks for the reply, I used the -d switch but it still asked me the
question as I did not realize this is what the -f flag is for. I will try
your recommendation but would already suggest to make this more clear.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#447 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHNXDOWVGRGSOM4XH5NNQDUCMY5BANCNFSM5EGUAH4Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
Hi, I would like to use copier from another program but struggle with the fact that it is designed to be interactive. For example the answers cannot be handed over directly in shell-mode. How easy would it be to realize something like this?
Beta Was this translation helpful? Give feedback.
All reactions