Skip to content

Cargo run should have a quiet option #653

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

Closed
Manishearth opened this issue Oct 2, 2014 · 2 comments
Closed

Cargo run should have a quiet option #653

Manishearth opened this issue Oct 2, 2014 · 2 comments
Labels
A-configuration Area: cargo config files and env vars Command-run

Comments

@Manishearth
Copy link
Member

cargo run prints out a lot of extra info ("Compiling ...", "Running ...") to stdout, which sometimes is annoying if you want to pipe the output elsewhere. A --quiet option to silence all stdout output except that from the program itself would be nice.

pwoolcoc added a commit to pwoolcoc/cargo that referenced this issue Nov 12, 2014
Change the `verbose` attribute of a shell from a `bool` to a `Verbosity`
enum, which has `Verbose`, `Normal`, and `Quiet` variants.
pwoolcoc added a commit to pwoolcoc/cargo that referenced this issue Nov 12, 2014
Only display these messages if verbosity is not set to `Quiet`
pwoolcoc added a commit to pwoolcoc/cargo that referenced this issue Nov 12, 2014
Hook up the --quiet flag to the bin/run.rs subcommand
pwoolcoc added a commit to pwoolcoc/cargo that referenced this issue Nov 12, 2014
@alexcrichton alexcrichton added A-configuration Area: cargo config files and env vars Command-run labels Jan 14, 2015
@bors bors closed this as completed in 88e557f Jul 1, 2015
@samuela
Copy link

samuela commented Feb 19, 2019

Why was this closed? What was the resolution?

@Manishearth
Copy link
Member Author

The quiet option was added, see 88e557f and #1748

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-configuration Area: cargo config files and env vars Command-run
Projects
None yet
Development

No branches or pull requests

3 participants