File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -848,7 +848,7 @@ The CLI option can be passed several times to add several patterns.
848
848
# ## `force`
849
849
850
850
- Format : ` bool`
851
- - CLI flags : ` -f` , `--force`
851
+ - CLI flags : ` -f` , `--force` (N/A in `copier update`)
852
852
- Default value : ` False`
853
853
854
854
Overwrite files that already exist, without asking.
Original file line number Diff line number Diff line change @@ -87,14 +87,14 @@ repos:
87
87
If you want to just reuse all previous answers :
88
88
89
89
` ` ` shell
90
- copier update --force
90
+ copier update --defaults
91
91
` ` `
92
92
93
93
If you want to change just one question, and leave all others untouched, and don't want
94
94
to go through the whole questionary again :
95
95
96
96
` ` ` shell
97
- copier update --force --data updated_question="my new answer"
97
+ copier update --defaults --data updated_question="my new answer"
98
98
` ` `
99
99
100
100
# # How the update works
You can’t perform that action at this time.
0 commit comments