Itβs Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
Forum Discussion
gboudrea
4 years agoOccasional Contributor
CLI 2: op run removes colors, ignores terminal size
ls outputs colors, and uses multiple columns:
But using op run , it doesn't:
1Password Version: CLI 2.1.0
Extension Version: Not Provided
OS Version: macOS
seanboult
3 years agoOccasional Contributor
Just wanted to share for those here it's possible to set the environment variable FORCE_COLOR
for most programs to force color output.
Not quite sure about the compatibility from program to program but it works for node based loggers π .
However, it seems to be working now in my contrived test somehow without --color
or FORCE_COLOR
π¬.