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

Way to turn off cargo progressbar #6263

Closed
mocsy opened this issue Nov 4, 2018 · 2 comments
Closed

Way to turn off cargo progressbar #6263

mocsy opened this issue Nov 4, 2018 · 2 comments

Comments

@mocsy
Copy link

mocsy commented Nov 4, 2018

Since 1.30 Cargo comes with a strange progress-bar which is turned on by default.
It significantly increases the lines on the output and requires a lot more scrolling if I want to look at what cargo did.
I want to turn it off permanently.

Maybe off by default would be nice for anything large enough to have more than 3 dependencies?

Example output from my console:

Building [====================================================> ] 212/216: Building [====================================================> ] 212/216: Building [====================================================> ] 212/216: Building [=====================================================> ] 213/216: Building [=====================================================> ] 213/216: Building [=====================================================> ] 213/216: Building [=====================================================> ] 214/216: Building [=====================================================> ] 214/216: Building [=====================================================> ] 214/216: Building [=====================================================> ] 214/216: Building [=====================================================> ] 214/216: Building [=====================================================> ] 215/216: Finished dev [unoptimized + debuginfo] target(s) in 1m 32s

Nothing useful here to see, got to scroll back an entire screen to find a useful information.

@Eh2406
Copy link
Contributor

Eh2406 commented Nov 4, 2018

doop of #5721

@mocsy
Copy link
Author

mocsy commented Nov 4, 2018

@Eh2406 I'm not so sure, because using +beta the progress-bar disappears correctly and doesn't spam the output window.

I think it's fixed already, because it works fine for me with +beta.

@mocsy mocsy closed this as completed Nov 4, 2018
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