You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
escape codes only make sense when printing to a terminal, not when stdout has been redirected to a file or in command substitution. i'm trying to use the output of composer in a shell script and the escape codes are causing havoc
normally you can pass --no-ansi to disable escape codes in situations where it's needed but --ansi apparently always wins over --no-ansi
could this please be removed?
cheers 🙂
The text was updated successfully, but these errors were encountered:
hiya
composer always prints escape codes when used through tooling, even when stdout isn't a terminal
i believe this is due to always passing
--ansi
at:drupal/builders/_drupaly.js
Line 19 in 9c7139c
escape codes only make sense when printing to a terminal, not when stdout has been redirected to a file or in command substitution. i'm trying to use the output of
composer
in a shell script and the escape codes are causing havocnormally you can pass
--no-ansi
to disable escape codes in situations where it's needed but--ansi
apparently always wins over--no-ansi
could this please be removed?
cheers 🙂
The text was updated successfully, but these errors were encountered: