varlock version
0.7.2
Steps to reproduce
varlock run -- ... and see that colors don't work
What is expected?
colors work
What is actually happening?
colors don't work
System Info
Any additional comments?
I see here.
// When --no-redact-stdout is set, use stdio: 'inherit' to preserve TTY detection
// Otherwise, pipe stdout/stderr through redaction
if (noRedactStdout) {
commandProcess = exec(rawCommand, commandArgsOnly, {
stdio: 'inherit',
env: fullInjectedEnv,
});
} else {
but can I have both redaction and colors? 🍰
varlock version
0.7.2
Steps to reproduce
varlock run -- ...and see that colors don't workWhat is expected?
colors work
What is actually happening?
colors don't work
System Info
Any additional comments?
I see here.
but can I have both redaction and colors? 🍰