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 42e0aa6 commit f3487dcCopy full SHA for f3487dc
CHANGES
@@ -22,6 +22,23 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
22
### What's new
23
24
- Refreshed logo
25
+- `vcspull sync`:
26
+
27
+ - Syncing will now skip to the next repos if an error is encountered
28
29
+ - Learned `--exit-on-error` / `-x`
30
31
+ Usage:
32
33
+ ```console
34
+ $ vcspull sync --exit-on-error grako django
35
+ ```
36
37
+ Print traceback for errored repos:
38
39
40
+ $ vcspull --log-level DEBUG sync --exit-on-error grako django
41
42
43
### Development
44
0 commit comments