]> git.proxmox.com Git - cargo.git/commit - src/etc/man/cargo-rustc.1
Auto merge of #10152 - steven-joruk:quiet-config, r=ehuss
authorbors <bors@rust-lang.org>
Tue, 14 Dec 2021 18:40:22 +0000 (18:40 +0000)
committerbors <bors@rust-lang.org>
Tue, 14 Dec 2021 18:40:22 +0000 (18:40 +0000)
commita359ce16073401f28b84840da85b268aa3d37c88
treef9ec8eef95cbf592d52e1700698ab5971f5fde49
parentc689f55b8c795435b23a17ec0d4ca7e05d66aba1
parentbfe27c5fec7b149b5ebbc077121a5bc632524b8b
Auto merge of #10152 - steven-joruk:quiet-config, r=ehuss

Support `term.quiet` configuration

Fixes #10128

This follows the existing support for `--verbose` and `term.verbose`.

I've renamed the related tests to be a bit clearer now there are more cases, and the existing quiet tests now prove that they hide the cargo log.

I'm unsure whether I'm supposed to regenerate the documentation as part of this?
27 files changed:
src/doc/man/generated_txt/cargo-build.txt
src/doc/man/generated_txt/cargo-check.txt
src/doc/man/generated_txt/cargo-doc.txt
src/doc/man/generated_txt/cargo-fix.txt
src/doc/man/generated_txt/cargo-run.txt
src/doc/man/generated_txt/cargo-rustc.txt
src/doc/man/generated_txt/cargo-rustdoc.txt
src/doc/man/generated_txt/cargo-test.txt
src/doc/src/commands/cargo-build.md
src/doc/src/commands/cargo-check.md
src/doc/src/commands/cargo-doc.md
src/doc/src/commands/cargo-fix.md
src/doc/src/commands/cargo-run.md
src/doc/src/commands/cargo-rustc.md
src/doc/src/commands/cargo-rustdoc.md
src/doc/src/commands/cargo-test.md
src/doc/src/reference/config.md
src/doc/src/reference/environment-variables.md
src/etc/man/cargo-build.1
src/etc/man/cargo-check.1
src/etc/man/cargo-doc.1
src/etc/man/cargo-fix.1
src/etc/man/cargo-run.1
src/etc/man/cargo-rustc.1
src/etc/man/cargo-rustdoc.1
src/etc/man/cargo-test.1
tests/testsuite/run.rs