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
1414
1515sync
1616```
17-
18- ``` {toctree}
19- :caption: More
20- :maxdepth: 1
21-
22- completion
23- ```
Original file line number Diff line number Diff line change 44
55# vcspull sync
66
7+ ## Command
8+
9+ ``` {eval-rst}
10+ .. argparse::
11+ :module: vcspull.cli
12+ :func: create_parser
13+ :prog: vcspull
14+ :path: sync
15+ ```
16+
717## Filtering repos
818
919As of 1.13.x, ` $ vcspull sync ` with no args passed will show a help dialog:
@@ -80,10 +90,3 @@ Print traceback for errored repos:
8090``` console
8191$ vcspull --log-level DEBUG sync --exit-on-error grako django
8292```
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 55# vcspull
66
77``` {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`
1116```
You can’t perform that action at this time.
0 commit comments