Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quiet in Cargo.toml #91

Open
Rasmus-123 opened this issue Apr 26, 2023 · 1 comment
Open

Quiet in Cargo.toml #91

Rasmus-123 opened this issue Apr 26, 2023 · 1 comment

Comments

@Rasmus-123
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants