rust-osdev / bootimage

Tool to create bootable disk images from a Rust OS kernel.
Apache License 2.0
735 stars 67 forks source link

Quiet in Cargo.toml #91

Open Rasmus-123 opened 1 year ago

Rasmus-123 commented 1 year ago

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 8 months ago

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