Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c43e617 commit cf7d195Copy full SHA for cf7d195
‎docs/cli/sync.md
@@ -4,6 +4,22 @@
4
5
# vcspull sync
6
7
+## Error handling
8
+
9
+As of 1.13.x, vcspull will continue to the next repo if an error is encountered when syncing multiple repos.
10
11
+To imitate the old behavior, use `--exit-on-error` / `-x`:
12
13
+```console
14
+$ vcspull sync --exit-on-error grako django
15
+```
16
17
+Print traceback for errored repos:
18
19
20
+$ vcspull --log-level DEBUG sync --exit-on-error grako django
21
22
23
```{eval-rst}
24
.. click:: vcspull.cli.sync:sync
25
:prog: vcspull sync
0 commit comments