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

Quieter build output #9724

Closed
opeik opened this issue Jul 25, 2021 · 1 comment
Closed

Quieter build output #9724

opeik opened this issue Jul 25, 2021 · 1 comment
Labels
C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`

Comments

@opeik
Copy link

opeik commented Jul 25, 2021

Hi there,

Describe the problem you are trying to solve
One of the few issues I have with Cargo is the amount of output on a typical cargo build invocation. The line per crate is built is pretty to look at but consumes my terminal.

Describe the solution you'd like
A --progress={bar | full} flag or something to that effect would be nice. The bar option would only display the progress bar. The full option would be the current behaviour, one line per crate as well as the progress bar. It would also be nice to be able to set this globally via Cargo.toml.

Notes
I was thinking of implementing this feature and opening a full request. Related to #8889 (overhauling the entire output).

@opeik opeik added the C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` label Jul 25, 2021
@ehuss
Copy link
Contributor

ehuss commented Aug 4, 2021

Thanks for the suggestion! I think we generally agree that it would be nice to avoid too much verbose output. However, we generally try to avoid adding too many options for adjusting settings like that. I'm going to close, as I think this is essentially a duplicate of #8889, and I think it would be best to keep the discussion of changing the output in one place.

@ehuss ehuss closed this as completed Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Projects
None yet
Development

No branches or pull requests

2 participants