Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
gboudrea
3 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
2 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.