File tree Expand file tree Collapse file tree 3 files changed +18
-17
lines changed Expand file tree Collapse file tree 3 files changed +18
-17
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,3 @@ vcspull
14
14
15
15
sync
16
16
```
17
-
18
- ``` {toctree}
19
- :caption: More
20
- :maxdepth: 1
21
-
22
- completion
23
- ```
Original file line number Diff line number Diff line change 4
4
5
5
# vcspull sync
6
6
7
+ ## Command
8
+
9
+ ``` {eval-rst}
10
+ .. argparse::
11
+ :module: vcspull.cli
12
+ :func: create_parser
13
+ :prog: vcspull
14
+ :path: sync
15
+ ```
16
+
7
17
## Filtering repos
8
18
9
19
As of 1.13.x, ` $ vcspull sync ` with no args passed will show a help dialog:
@@ -80,10 +90,3 @@ Print traceback for errored repos:
80
90
``` console
81
91
$ vcspull --log-level DEBUG sync --exit-on-error grako django
82
92
```
83
-
84
- ``` {eval-rst}
85
- .. click:: vcspull.cli.sync:sync
86
- :prog: vcspull sync
87
- :commands: sync
88
- :nested: full
89
- ```
Original file line number Diff line number Diff line change 5
5
# vcspull
6
6
7
7
``` {eval-rst}
8
- .. click:: vcspull.cli:cli
9
- :prog: Usage
10
- :nested: none
8
+ .. argparse::
9
+ :module: vcspull.cli
10
+ :func: create_parser
11
+ :prog: vcspull
12
+ :nosubcommands:
13
+
14
+ subparser_name : @replace
15
+ See :ref:`cli-sync`
11
16
```
You can’t perform that action at this time.
0 commit comments