Skip to content

Commit d72712e

Browse files
epagejoshtriplett
andauthored
fix: Be more specific in std stream redirection
Co-authored-by: Josh Triplett <[email protected]>
1 parent 03c24f7 commit d72712e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3502-cargo-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ To allow the xor, we enforce that
397397
- So `./build` can be used to run a script name `build` rather than the `cargo build` command
398398
- no built-in command may look like an accepted manifest
399399

400-
When piping `cargo <file>.rs`, `--quiet` will be assumed.
400+
When the stdout or stderr of `cargo <file>.rs` is not going to a terminal, cargo will assume `--quiet`.
401401
Further work may be done to refine the output in interactive mode.
402402

403403
# Drawbacks

0 commit comments

Comments
 (0)