Skip to content

Commit 1b0ad2a

Browse files
committed
docs(CLI): Consolidate vcspull command into root
1 parent b822822 commit 1b0ad2a

File tree

2 files changed

+17
-22
lines changed

2 files changed

+17
-22
lines changed

docs/cli/index.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,26 @@
22

33
# Commands
44

5-
```{toctree}
6-
:hidden:
7-
8-
vcspull
9-
```
10-
115
```{toctree}
126
:caption: General commands
137
:maxdepth: 1
148
159
sync
1610
```
11+
12+
(cli-main)=
13+
14+
(vcspull-main)=
15+
16+
## Command: `vcspull`
17+
18+
```{eval-rst}
19+
.. argparse::
20+
:module: vcspull.cli
21+
:func: create_parser
22+
:prog: vcspull
23+
:nosubcommands:
24+
25+
subparser_name : @replace
26+
See :ref:`cli-sync`
27+
```

docs/cli/vcspull.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)