-
Notifications
You must be signed in to change notification settings - Fork 61
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
cli: colorize output #541
Comments
I'm interesed in working on this issue. |
@barbaraDorame go for it 😃 |
Is this issue still open? |
@sarthak0906 yes, please go ahead |
@ivotron I am stuck on a problem. |
yes, Gitter works. You can also describe your problem here, either work. |
A team of myself and 3 students would like to work on this issue for our UT Austin CS Virtualization class. |
hello! thanks a lot for working on this as part of your class 😃 Y'all can start by taking a look at the contributing guidelines, setting up a dev environment and running the tests. Please don't hesitate to ask any question you might have about this issue here. We also have a slack workspace that you can join and ask questions there as well (join link here) |
Hello @ivotron thanks for letting us work on this issue! We are at the stage of selecting issues to work on so we will officially start working a bit later down the road. Thanks again! We are in search of 2 more issues to work on so we will comment on a few more soon! |
Hi, is this issue still active? I have experience in colonizing output to the console and can help! Where should I start? |
Add colors to output to improve what's being shown on the terminal. For this, we can color the square-bracketed prefix that we print currently. For example, this:
would result in having
[my action]
in color. Same for the--dry-run
prefixes being worked as part of #509 .The text was updated successfully, but these errors were encountered: