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
Looking for this feature as well and here is example of where both programs seem to need to handle this.
Pass a color flag to watch and npm and that seems to let watch handle colors correctly, maybe the CLI needs something similar?
watch --color npm start --color always
So I'd imagine we'd want 1password CLI to support a --color
flag.