You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
542 B
542 B
| title | status | type | created_at | updated_at | parent |
|---|---|---|---|---|---|
| Add --[no-]color global flag and NO_COLOR env var support | todo | task | 2026-03-31T00:32:57Z | 2026-03-31T00:32:57Z | 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).