File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,29 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
21
21
22
22
<!-- Maintainers, insert changes / features for the next release here -->
23
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
+ ``` console
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
+
24
47
## vcspull v1.15.3 (2022-10-09)
25
48
26
49
### Documentation
You can’t perform that action at this time.
0 commit comments