We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @nitin42! I really liked this package for React and just wanted to know that can we use highlight some text inside the print command?
print
For example:
commands={{ npm: (args, print, runCommand) => print("npm version 0.2.5"), }}
I want to change the color of 0.2.5 to blue and the remaining text color to white.
0.2.5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi @nitin42!
I really liked this package for React and just wanted to know that can we use highlight some text inside the
print
command?For example:
I want to change the color of
0.2.5
to blue and the remaining text color to white.The text was updated successfully, but these errors were encountered: