wp-cli / php-cli-tools

A collection of tools to help with PHP command line utilities
MIT License
671 stars 117 forks source link

Fix logic to check for TTY #146

Closed dan-m-joh closed 2 years ago

dan-m-joh commented 3 years ago

The function isTty() in Streams.php returns wrong information. If the output is to an TTY then it returns false and if the output is a pipe or file it returns true, it should be the other way around.