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 1c15209 commit 6cb5902Copy full SHA for 6cb5902
CHANGES
@@ -41,6 +41,12 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
41
42
- `--version` learned to show libvcs version
43
- `--version` learned to accept the `-V` flag
44
+- `vcspull sync` accepts config file params via `--config`. Before it was only
45
+ `-c`. Assume myrepos.yaml in your path:
46
+
47
+ ```console
48
+ $ vcspull sync --config myrepos.yaml
49
+ ```
50
51
### Documentation
52
0 commit comments