Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
Former Member
4 years ago[68] op run: no color output
I am running some interactive scripts that usually show colors, but when running them with op run , it seems like the color information is lost.
In this case, the script uses a javascript library...
Former Member
4 years agoIt is an interesting idea to persist the colors for the output when masking is enabled. I will bring this up with my team and discuss it further.
But that logic is in most cases in the program that op run
executes, so I don't think there's much that op
can do. You can't just blindly add CLI options to the command. :smile:
With my simple test it seemed that op run
doesn't filter any ANSI colour codes.