Quiet in Cargo.toml
Rasmus-123 opened this issue · 1 comments
Rasmus-123 commented
Hi,
I saw in "run.rs" and "args/runners.rs" that there is a quiet argument which silences the "Running: ......" console output - which is exactly what I'd like to do.
Now I was wondering if there is any way to enable it in the "Cargo.toml" file, so I can use it with "cargo run" or "cargo test".
Thank you
RiRa12621 commented
Should be part of rust itself now, as per rust-lang/cargo#1748 (comment) and so you should be able to run cargo run -q