We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
--colors option is broken in CLI
| cat
--colors=off
Currently the output cannot be grepped correctly, because of all the decoration characters beint sent to grep, etc.
Colors should turn off either with | cat or with --colors=off
The text was updated successfully, but these errors were encountered:
Please provide a reproduction, or instructions to reproduce it on our machines
Sorry, something went wrong.
pnpm i @biomejs/biome
pnpm biome check --colors=off --log-level=info --log-kind=pretty . | cat
Colors are still present
No branches or pull requests
Environment information
What happened?
--colors option is broken in CLI
| 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
The text was updated successfully, but these errors were encountered: