fix: Be more specific in std stream redirection

Co-authored-by: Josh Triplett <josh@joshtriplett.org>
This commit is contained in:
Ed Page 2024-05-06 04:31:33 -05:00 committed by GitHub
parent 03c24f7c29
commit d72712e850
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ To allow the xor, we enforce that
- So `./build` can be used to run a script name `build` rather than the `cargo build` command
- no built-in command may look like an accepted manifest
When piping `cargo <file>.rs`, `--quiet` will be assumed.
When the stdout or stderr of `cargo <file>.rs` is not going to a terminal, cargo will assume `--quiet`.
Further work may be done to refine the output in interactive mode.
# Drawbacks