We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 853ecc0 commit d4146cfCopy full SHA for d4146cf
1 file changed
CHANGES
@@ -21,6 +21,29 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
21
22
<!-- Maintainers, insert changes / features for the next release here -->
23
24
+## vcspull v1.15.4 (unreleased)
25
+
26
+### CLI
27
28
+- File completions for `-c` / `--config` files (#403)
29
30
+ After updating, you can re-run [shtab]'s setup (see [completions page]) completion of:
31
32
+ ```console
33
+ $ vcspull sync -c [tab]
34
+ ```
35
36
37
+ $ vcspull sync --config [tab]
38
39
40
+[completions page]: https://vcspull.git-pull.com/cli/completion.html
41
+[shtab]: https://docs.iterative.ai/shtab/
42
43
+### Documentation
44
45
+- Fix readme example for syncing repositories
46
47
## vcspull v1.15.3 (2022-10-09)
48
49
### Documentation
0 commit comments