Closed Jean85 closed 7 years ago
I recently discovered that --text-to-console doesn't work. The workaround is to use --text "php://stdout", so the fix should be to invert the hierarchy of those two classes and inject php://stdout as the file to use as output.
--text-to-console
--text "php://stdout"
php://stdout
Solved and released in 0.10
I recently discovered that
--text-to-console
doesn't work. The workaround is to use--text "php://stdout"
, so the fix should be to invert the hierarchy of those two classes and injectphp://stdout
as the file to use as output.