Skip to content
New issue

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

drush locale:check ignores --no-ansi option #5854

Open
dhendriks opened this issue Jan 21, 2024 · 0 comments
Open

drush locale:check ignores --no-ansi option #5854

dhendriks opened this issue Jan 21, 2024 · 0 comments

Comments

@dhendriks
Copy link

Describe the bug
If I run drush locale:check with the --no-ansi option, I still get colored output.

To Reproduce
Run either of these:

  • drush locale:check --no-ansi
  • drush locale:check --no-ansi > tmp.txt 2>&1

Expected behavior
No color on the console for the first. No color codes in the file for the second.

Actual behavior
Color on the console for the first. Color codes in the file for the second.

Workaround
Not sure.

System Configuration

Q A
Drush version? 12.4.3.0
Drupal version? 10.2.2
PHP version 8.2.13
OS? Linux

Additional information
n/a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant