You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens only when -A, --skip-answered is passed as well. The reason is that a new answer is not parsed when -A, --skip-answered is passed and the question has a previously recorded answer:
Describe the problem
An argument which is correctly handled as bool in
copy
andupdate
becomes a string inrecopy
operation.Template
See #1727 for template
To Reproduce
See #1727 for initial steps
copier recopy -A --data with_internal1=false --data show_internal_test_options=true
The result is:
Logs
No response
Expected behavior
The argument declared bool stays a bool
Screenshots/screencasts/logs
No response
Operating system
Linux
Operating system distribution and version
Fedora
Copier version
9.3.1
Python version
3.11.8
Installation method
pip+pypi
Additional context
No response
The text was updated successfully, but these errors were encountered: