You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to get / show progress bar percentage? I build some c++ library which takes some time, and it would be nice to see the progress percentage while it built it.
I can see it when building with cargo -vv but of course that's show a lot of debug info which is not relevant
Thanks
The text was updated successfully, but these errors were encountered:
Is there a way to get / show progress bar percentage? I build some c++ library which takes some time, and it would be nice to see the progress percentage while it built it.
I can see it when building with
cargo -vv
but of course that's show a lot of debug info which is not relevantThanks
The text was updated successfully, but these errors were encountered: