Closed siemendev closed 2 years ago
Even though there's a fallback, you may be able to work around that issue using Symfony\Component\Console\Application::getTerminalWidth()
Unfortunately we can't use as this method as it has been removed since 4.0 (proof https://github.com/symfony/console/blob/5.4/CHANGELOG.md#400)
Btw tput
usage has been removed in the current master branch.
duplicates https://github.com/povils/phpmnd/issues/153
Hi folks, when using a alpine based docker image, there is no executable "tput" available, which results in the following output:
Here's the use: app/vendor/povils/phpmnd/src/Printer/Console.php:28 Even though there's a fallback, you may be able to work around that issue using Symfony\Component\Console\Application::getTerminalWidth() from symfony/console: https://symfony.com/blog/new-in-symfony-3-2-console-improvements-part-2