rust-osdev/bootimage

Quiet in Cargo.toml

Rasmus-123 opened this issue · 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

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