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
| `settings` | `copier.settings.Settings` | General user settings.<br>See the [`settings`](settings.md) page for related information. |
123
123
| `skip_answered` | `bool` | When `True`, skip questions that have already been answered.<br>See the [`skip_answered`](configuring.md#skip_answered) setting for related information. |
124
-
| `skip_if_exists` | `Sequence[str]` | Specified additional [file skip patterns][patterns-syntax].<br>See the [`skip_if_exists`](configuring.md#skip_if_exists) setting for related information. |
125
-
| `skip_tasks` | `bool` | When `True`, skip [template tasks execution][tasks].<br>See the [`skip_tasks`](configuring.md#skip_tasks) setting for related information. |
124
+
| `skip_if_exists` | `Sequence[str]` | Specified additional [file skip patterns](configuring.md#patterns-syntax).<br>See the [`skip_if_exists`](configuring.md#skip_if_exists) setting for related information. |
125
+
| `skip_tasks` | `bool` | When `True`, skip [template tasks execution](configuring.md#tasks).<br>See the [`skip_tasks`](configuring.md#skip_tasks) setting for related information. |
126
126
| `src_path` | `PurePath` | The absolute path to the (cloned/downloaded) template on disk. |
127
127
| `unsafe` | `bool` | When `True`, allow usage of unsafe templates.<br>See the [`unsafe`](configuring.md#unsafe) setting for related information. |
128
128
| `use_prereleases` | `bool` | When `True`, `vcs_ref`/`vcs_ref_hash` may refer to a prerelease version of the template.<br>See the [`use_prereleases`](configuring.md#use_prereleases) setting for related information. |
0 commit comments