File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff 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) <url> <branch></ 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
236237also prints out short instructions to the console in case the invocation is
237238incorrect.</ 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) <url> <branch></ code > </ a > </ h4 >
239243< p > Adds a new cppsm compatible submodule and recursively the submodules it requires
240244to the project. This command is idempotent and can be run to e.g. add new
Original file line number Diff line number Diff 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
249250also prints out short instructions to the console in case the invocation is
250251incorrect.
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
254260Adds a new cppsm compatible submodule and recursively the submodules it requires
You can’t perform that action at this time.
0 commit comments