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:
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 馃檪
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
--ansiat: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
composerin a shell script and the escape codes are causing havocnormally you can pass
--no-ansito disable escape codes in situations where it's needed but--ansiapparently always wins over--no-ansicould this please be removed?
cheers 馃檪