-
Notifications
You must be signed in to change notification settings - Fork 412
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
🌈 cargo: make command output with color #481
Conversation
All `cargo` calls were without color because they were missing the `--color` flag with the `always` value.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me- @alexcrichton any thoughts? not sure if there's console support things to consider with this as i'm not sure how this flag works under the hood.
Unfortunately this is very caught up in |
@alexcrichton , I can look how to fix the issue on |
Er sorry I had the wrong link there, the right issue this is caught up in is #298. @otaviopace this is solvable for sure, but I think that a good solution would be pretty architecturally invasive and requires more consensus before pushing it through. |
Ok... So should we close this? |
@otaviopace yeah i think so- thank you so much for your efforts (and amazing emoji usage)- lemme know if there's anything else you'd like to work on! would be happy to help you get started :) |
Great, I will definetly see if I can help with something 😄 |
All
cargo
calls were without color becausethey were missing the
--color
flag with thealways
value.Examples of the terminal with color 🌈
Success
Error
Make sure these boxes are checked! 📦✅
rustfmt
installedcargo fmt
on the code base before submitting✨✨ 😄 Thanks so much for contributing to wasm-pack! 😄 ✨✨
This pull request closes this issue: #480