Skip to content

Commit 96767be

Browse files
committed
docs: add missing cargo-add and cargo-rm
1 parent d1e72bc commit 96767be

File tree

4 files changed

+26
-0
lines changed

4 files changed

+26
-0
lines changed

src/doc/man/cargo.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ available at <https://rust-lang.org>.
5656

5757
### Manifest Commands
5858

59+
{{man "cargo-add" 1}}\
60+
&nbsp;&nbsp;&nbsp;&nbsp;Add dependencies to a `Cargo.toml` manifest file.
61+
5962
{{man "cargo-generate-lockfile" 1}}\
6063
&nbsp;&nbsp;&nbsp;&nbsp;Generate `Cargo.lock` for a project.
6164

@@ -68,6 +71,9 @@ available at <https://rust-lang.org>.
6871
{{man "cargo-pkgid" 1}}\
6972
&nbsp;&nbsp;&nbsp;&nbsp;Print a fully qualified package specification.
7073

74+
{{man "cargo-remove" 1}}\
75+
&nbsp;&nbsp;&nbsp;&nbsp;Remove dependencies from a `Cargo.toml` manifest file.
76+
7177
{{man "cargo-tree" 1}}\
7278
&nbsp;&nbsp;&nbsp;&nbsp;Display a tree visualization of a dependency graph.
7379

src/doc/man/generated_txt/cargo.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ COMMANDS
5050
    Execute unit and integration tests of a package.
5151

5252
Manifest Commands
53+
cargo-add(1)
54+
    Add dependencies to a Cargo.toml manifest file.
55+
5356
cargo-generate-lockfile(1)
5457
    Generate Cargo.lock for a project.
5558

@@ -63,6 +66,9 @@ COMMANDS
6366
cargo-pkgid(1)
6467
    Print a fully qualified package specification.
6568

69+
cargo-remove(1)
70+
    Remove dependencies from a Cargo.toml manifest file.
71+
6672
cargo-tree(1)
6773
    Display a tree visualization of a dependency graph.
6874

src/doc/src/commands/cargo.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ available at <https://rust-lang.org>.
5656

5757
### Manifest Commands
5858

59+
[cargo-add(1)](cargo-add.html)\
60+
&nbsp;&nbsp;&nbsp;&nbsp;Add dependencies to a `Cargo.toml` manifest file.
61+
5962
[cargo-generate-lockfile(1)](cargo-generate-lockfile.html)\
6063
&nbsp;&nbsp;&nbsp;&nbsp;Generate `Cargo.lock` for a project.
6164

@@ -68,6 +71,9 @@ available at <https://rust-lang.org>.
6871
[cargo-pkgid(1)](cargo-pkgid.html)\
6972
&nbsp;&nbsp;&nbsp;&nbsp;Print a fully qualified package specification.
7073

74+
[cargo-remove(1)](cargo-remove.html)\
75+
&nbsp;&nbsp;&nbsp;&nbsp;Remove dependencies from a `Cargo.toml` manifest file.
76+
7177
[cargo-tree(1)](cargo-tree.html)\
7278
&nbsp;&nbsp;&nbsp;&nbsp;Display a tree visualization of a dependency graph.
7379

src/etc/man/cargo.1

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ available at <https://rust\-lang.org>\&.
6464
.br
6565
\ \ \ \ Execute unit and integration tests of a package.
6666
.SS "Manifest Commands"
67+
\fBcargo\-add\fR(1)
68+
.br
69+
\ \ \ \ Add dependencies to a \fBCargo.toml\fR manifest file.
70+
.sp
6771
\fBcargo\-generate\-lockfile\fR(1)
6872
.br
6973
\ \ \ \ Generate \fBCargo.lock\fR for a project.
@@ -80,6 +84,10 @@ available at <https://rust\-lang.org>\&.
8084
.br
8185
\ \ \ \ Print a fully qualified package specification.
8286
.sp
87+
\fBcargo\-remove\fR(1)
88+
.br
89+
\ \ \ \ Remove dependencies from a \fBCargo.toml\fR manifest file.
90+
.sp
8391
\fBcargo\-tree\fR(1)
8492
.br
8593
\ \ \ \ Display a tree visualization of a dependency graph.

0 commit comments

Comments
 (0)