Replies: 1 comment
-
Odd. Does this work? perl -MTerm::ANSIColor=color -E 'say color("blue"), "hello", color("reset")' |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As trivial as it sounds, in my terminal colors are not presented well.
I tried using
zsh
andbash
, any idea? Clearly, using--color never
removes the noise.I myself use
Term::ANSIColor
and it works fine.Beta Was this translation helpful? Give feedback.
All reactions