Environment information
pnpm biome rage
CLI:
Version: 1.8.3
Color support: true
Platform:
CPU Architecture: aarch64
OS: macos
Environment:
BIOME_LOG_DIR: unset
NO_COLOR: unset
TERM: "xterm-256color"
JS_RUNTIME_VERSION: "v20.17.0"
JS_RUNTIME_NAME: "node"
NODE_PACKAGE_MANAGER: "pnpm/9.9.0"
Biome Configuration:
Status: Loaded successfully
Formatter disabled: false
Linter disabled: false
Organize imports disabled: false
VCS disabled: true
Workspace:
Open Documents: 0
What happened?
--colors option is broken in CLI
- Autodetect doesn't detect piped output with
| cat, it still sends color characters.
--colors=off doesn't turn colors off (might be the actual reason behind 1.)
Currently the output cannot be grepped correctly, because of all the decoration characters beint sent to grep, etc.
Expected result
Colors should turn off either with | cat or with --colors=off
Code of Conduct
Environment information
What happened?
--colors option is broken in CLI
| cat, it still sends color characters.--colors=offdoesn't turn colors off (might be the actual reason behind 1.)Currently the output cannot be grepped correctly, because of all the decoration characters beint sent to grep, etc.
Expected result
Colors should turn off either with
| cator with--colors=offCode of Conduct