Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/doc/man/cargo.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ cargo --- The Rust package manager
This program is a package manager and build tool for the Rust language,
available at <https://rust-lang.org>.

_command_ may be one of:
- built-in commands, see below
- [aliases]
- [external tools]

[aliases]: ../reference/config.html#alias
[external tools]: ../reference/external-tools.html#custom-subcommands

## COMMANDS

### Build Commands
Expand Down
9 changes: 9 additions & 0 deletions src/doc/man/generated_txt/cargo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ DESCRIPTION
This program is a package manager and build tool for the Rust language,
available at <https://rust-lang.org>.

command may be one of:

o built-in commands, see below

o aliases <https://doc.rust-lang.org/cargo/reference/config.html#alias>

o external tools
<https://doc.rust-lang.org/cargo/reference/external-tools.html#custom-subcommands>

COMMANDS
Build Commands
cargo-bench(1)
Expand Down
8 changes: 8 additions & 0 deletions src/doc/src/commands/cargo.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ cargo --- The Rust package manager
This program is a package manager and build tool for the Rust language,
available at <https://rust-lang.org>.

_command_ may be one of:
- built-in commands, see below
- [aliases]
- [external tools]

[aliases]: ../reference/config.html#alias
[external tools]: ../reference/external-tools.html#custom-subcommands

## COMMANDS

### Build Commands
Expand Down
14 changes: 14 additions & 0 deletions src/etc/man/cargo.1
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,20 @@ cargo \[em] The Rust package manager
.SH "DESCRIPTION"
This program is a package manager and build tool for the Rust language,
available at <https://rust\-lang.org>\&.
.sp
\fIcommand\fR may be one of:
.sp
.RS 4
\h'-04'\(bu\h'+03'built\-in commands, see below
.RE
.sp
.RS 4
\h'-04'\(bu\h'+03'\fIaliases\fR <https://doc.rust\-lang.org/cargo/reference/config.html#alias>
.RE
.sp
.RS 4
\h'-04'\(bu\h'+03'\fIexternal tools\fR <https://doc.rust\-lang.org/cargo/reference/external\-tools.html#custom\-subcommands>
.RE
.SH "COMMANDS"
.SS "Build Commands"
\fBcargo\-bench\fR(1)
Expand Down