Skip to content

Commit 930bcd2

Browse files
committed
Document cppsm without subcommand
1 parent 009d64d commit 930bcd2

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ <h2><a id="contents"></a> <a href="#contents">≡</a> <a href="#contents">Conten
5858
</li>
5959
<li><a href="#quick-tour">Quick tour</a></li>
6060
<li><a href="#subcommands">Subcommands</a><ul>
61+
<li><a href="#cppsm"><code>cppsm</code></a></li>
6162
<li><a href="#cppsm-add"><code>cppsm add (requires|equipment) &lt;url&gt; &lt;branch&gt;</code></a></li>
6263
<li><a href="#cppsm-build"><code>cppsm build</code></a></li>
6364
<li><a href="#cppsm-build-watch"><code>cppsm build-watch</code></a></li>
@@ -235,6 +236,9 @@ <h3><a id="subcommands"></a> <a href="#contents">≡</a> <a href="#subcommands">
235236
<p>Below is reference documentation for each <code>cppsm</code> subcommand. Each subcommand
236237
also prints out short instructions to the console in case the invocation is
237238
incorrect.</p>
239+
<h4><a id="cppsm"></a> <a href="#contents"></a> <a href="#cppsm"><code>cppsm</code></a></h4>
240+
<p>When invoked without specifying a subcommand, <code>cppsm</code> displays a brief usage
241+
instruction and <code>cppsm</code> version information.</p>
238242
<h4><a id="cppsm-add"></a> <a href="#contents"></a> <a href="#cppsm-add"><code>cppsm add (requires|equipment) &lt;url&gt; &lt;branch&gt;</code></a></h4>
239243
<p>Adds a new cppsm compatible submodule and recursively the submodules it requires
240244
to the project. This command is idempotent and can be run to e.g. add new

index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ See [repositories with the `#cppsm` topic](https://github.com/topics/cppsm).
4646
- [For optional watch commands](#for-optional-watch-commands)
4747
- [Quick tour](#quick-tour)
4848
- [Subcommands](#subcommands)
49+
- [`cppsm`](#cppsm)
4950
- [`cppsm add (requires|equipment) <url> <branch>`](#cppsm-add)
5051
- [`cppsm build`](#cppsm-build)
5152
- [`cppsm build-watch`](#cppsm-build-watch)
@@ -249,6 +250,11 @@ Below is reference documentation for each `cppsm` subcommand. Each subcommand
249250
also prints out short instructions to the console in case the invocation is
250251
incorrect.
251252

253+
#### <a id="cppsm"></a> [](#contents) [`cppsm`](#cppsm)
254+
255+
When invoked without specifying a subcommand, `cppsm` displays a brief usage
256+
instruction and `cppsm` version information.
257+
252258
#### <a id="cppsm-add"></a> [](#contents) [`cppsm add (requires|equipment) <url> <branch>`](#cppsm-add)
253259

254260
Adds a new cppsm compatible submodule and recursively the submodules it requires

0 commit comments

Comments
 (0)