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
Email inside formatting is green
it display blue duplicated email and formatting is broken.
use this prompt
prompt: function(cb) { var path = color('blue', cwd); cb([ color('green', '[email protected]'), ':', path, '$ ' ].join('')); }
[email protected] as green is displayed blue (email) when you press enter (echo command function).
The text was updated successfully, but these errors were encountered:
don't show links in echo command + format links inside formatting #464
966a00d
fix lint error #464
cd9dbad
In version 2.2.0
Sorry, something went wrong.
No branches or pull requests
Expected behavior
Email inside formatting is green
Actual behavior
it display blue duplicated email and formatting is broken.
Steps to reproduce
use this prompt
[email protected] as green is displayed blue (email) when you press enter (echo command function).
The text was updated successfully, but these errors were encountered: