feat(claudbg-37cj): add --[no-]color global flag and NO_COLOR support
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>main
parent
9c9f61efd1
commit
8d72b0e971
@ -0,0 +1,11 @@
|
||||
---
|
||||
# claudbg-37cj
|
||||
title: Add --[no-]color global flag and NO_COLOR env var support
|
||||
status: todo
|
||||
type: task
|
||||
created_at: 2026-03-31T00:32:57Z
|
||||
updated_at: 2026-03-31T00:32:57Z
|
||||
parent: claudbg-qpfe
|
||||
---
|
||||
|
||||
Add `--color` / `--no-color` as a global CLI flag (available on all commands). When not specified, auto-detect: enable color if stdout is a tty and NO_COLOR is unset/empty. Honor the NO_COLOR environment variable (any non-empty value → disable color), per the NO_COLOR spec. This flag controls all ANSI output in the CLI (transcripts etc).
|
||||
Loading…
Reference in New Issue