We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b822822 commit 1b0ad2aCopy full SHA for 1b0ad2a
docs/cli/index.md
@@ -2,15 +2,26 @@
2
3
# Commands
4
5
-```{toctree}
6
-:hidden:
7
-
8
-vcspull
9
-```
10
11
```{toctree}
12
:caption: General commands
13
:maxdepth: 1
14
15
sync
16
```
+
+(cli-main)=
+(vcspull-main)=
+## 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
0 commit comments