rust-osdev / rust-osdev/bootimage
Quiet in Cargo.toml
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 906
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the quiet argument handling in run.rs and args/runners.rs, then check how Cargo.toml interacts with cargo run and cargo test. Determine whether the existing quiet behavior can be configured there and define completion as both commands honoring that configuration without the "Running: ..." output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100