Cargo: Cargo run should have a `quiet` option

Created on 2 Oct 2014  路  2Comments  路  Source: rust-lang/cargo

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.

A-configuration Command-run

Most helpful comment

All 2 comments

Why was this closed? What was the resolution?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ehuss picture ehuss  路  3Comments

sdroege picture sdroege  路  3Comments

alilleybrinker picture alilleybrinker  路  3Comments

mathstuf picture mathstuf  路  3Comments

aturon picture aturon  路  3Comments