-
Notifications
You must be signed in to change notification settings - Fork 410
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
Show the output of Cargo's build #287
Comments
i have also wanted this! i think it's possible, and i'd want it to be default, i think, though i do think we might want to give a flag option to turn it off. any one else have thoughts? |
One other possibly related feature request is doing this for all possibly-long-running commands as well, for example I think having an option to supress the output seems fine as well, Cargo for example supports |
Personally, I'd prefer always displaying all output by default, but having a It would be neat if we prefixed the output with the command that was run, eg:
|
💡 Feature description
Compiling a crate can often take quite a long time and it's nice to know about the progress within the build when checking up on it. Would it be possible to avoid suppressing the output of
cargo build
and have it stream to the console?The text was updated successfully, but these errors were encountered: