bootimage icon indicating copy to clipboard operation
bootimage copied to clipboard

Quiet in Cargo.toml

Open Rasmus-123 opened this issue 1 year ago • 1 comments

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

Rasmus-123 avatar Apr 26 '23 22:04 Rasmus-123

Should be part of rust itself now, as per https://github.com/rust-lang/cargo/pull/1748#issue-91052584 and so you should be able to run cargo run -q

RiRa12621 avatar Dec 27 '23 19:12 RiRa12621