mirror of
https://github.com/rust-lang/cargo.git
synced 2026-03-12 19:40:13 +00:00
docs(report): move cargo report to its own subsection
This commit is contained in:
parent
38623a0653
commit
a4e3cfe580
1
.ignore
1
.ignore
@ -13,6 +13,7 @@ src/etc/man
|
||||
!src/doc/src/commands/manifest-commands.md
|
||||
!src/doc/src/commands/package-commands.md
|
||||
!src/doc/src/commands/publishing-commands.md
|
||||
!src/doc/src/commands/report-commands.md
|
||||
|
||||
# Snapshots of HTML reports and log files are just too large
|
||||
tests/testsuite/**/*.jsonl
|
||||
|
||||
@ -123,6 +123,11 @@ available at <https://rust-lang.org>.
|
||||
{{man "cargo-yank" 1}}\
|
||||
Remove a pushed crate from the index.
|
||||
|
||||
### Report Commands
|
||||
|
||||
{{man "cargo-report" 1}}\
|
||||
Generate and display various kinds of reports.
|
||||
|
||||
### General Commands
|
||||
|
||||
{{man "cargo-help" 1}}\
|
||||
|
||||
@ -117,6 +117,10 @@ COMMANDS
|
||||
cargo-yank(1)
|
||||
Remove a pushed crate from the index.
|
||||
|
||||
Report Commands
|
||||
cargo-report(1)
|
||||
Generate and display various kinds of reports.
|
||||
|
||||
General Commands
|
||||
cargo-help(1)
|
||||
Display help information about Cargo.
|
||||
|
||||
@ -66,7 +66,6 @@
|
||||
* [cargo fix](commands/cargo-fix.md)
|
||||
* [cargo fmt](commands/cargo-fmt.md)
|
||||
* [cargo miri](commands/cargo-miri.md)
|
||||
* [cargo report](commands/cargo-report.md)
|
||||
* [cargo run](commands/cargo-run.md)
|
||||
* [cargo rustc](commands/cargo-rustc.md)
|
||||
* [cargo rustdoc](commands/cargo-rustdoc.md)
|
||||
@ -95,6 +94,8 @@
|
||||
* [cargo package](commands/cargo-package.md)
|
||||
* [cargo publish](commands/cargo-publish.md)
|
||||
* [cargo yank](commands/cargo-yank.md)
|
||||
* [Report Commands](commands/report-commands.md)
|
||||
* [cargo report](commands/cargo-report.md)
|
||||
* [Deprecated and Removed](commands/deprecated-and-removed.md)
|
||||
|
||||
* [FAQ](faq.md)
|
||||
|
||||
@ -9,7 +9,6 @@
|
||||
* [cargo fix](cargo-fix.md)
|
||||
* [cargo fmt](cargo-fmt.md)
|
||||
* [cargo miri](cargo-miri.md)
|
||||
* [cargo report](cargo-report.md)
|
||||
* [cargo run](cargo-run.md)
|
||||
* [cargo rustc](cargo-rustc.md)
|
||||
* [cargo rustdoc](cargo-rustdoc.md)
|
||||
|
||||
@ -123,6 +123,11 @@ available at <https://rust-lang.org>.
|
||||
[cargo-yank(1)](cargo-yank.html)\
|
||||
Remove a pushed crate from the index.
|
||||
|
||||
### Report Commands
|
||||
|
||||
[cargo-report(1)](cargo-report.html)\
|
||||
Generate and display various kinds of reports.
|
||||
|
||||
### General Commands
|
||||
|
||||
[cargo-help(1)](cargo-help.html)\
|
||||
|
||||
@ -4,4 +4,5 @@
|
||||
* [Manifest Commands](manifest-commands.md)
|
||||
* [Package Commands](package-commands.md)
|
||||
* [Publishing Commands](publishing-commands.md)
|
||||
* [Report Commands](report-commands.md)
|
||||
* [Deprecated and Removed](deprecated-and-removed.md)
|
||||
|
||||
3
src/doc/src/commands/report-commands.md
Normal file
3
src/doc/src/commands/report-commands.md
Normal file
@ -0,0 +1,3 @@
|
||||
# Report Commands
|
||||
|
||||
* [cargo report](cargo-report.md)
|
||||
@ -147,6 +147,10 @@ available at <https://rust\-lang.org>\&.
|
||||
\fBcargo\-yank\fR(1)
|
||||
.br
|
||||
\ \ \ \ Remove a pushed crate from the index.
|
||||
.SS "Report Commands"
|
||||
\fBcargo\-report\fR(1)
|
||||
.br
|
||||
\ \ \ \ Generate and display various kinds of reports.
|
||||
.SS "General Commands"
|
||||
\fBcargo\-help\fR(1)
|
||||
.br
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user