piotrmurach / tty-command

Execute shell commands with pretty output logging and capture stdout, stderr and exit status.
https://ttytoolkit.org
MIT License
400 stars 32 forks source link

change print to << to match pretty #30

Closed jamesepatrick closed 7 years ago

jamesepatrick commented 7 years ago

I created issue #29 to explain this. In short the readme.md file says

By default the printers log to stdout but this can be changed by passing an object that responds to << message

Also the pretty printer also uses the << message instead of print.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+2.3%) to 93.973% when pulling 838e4967efe9cf6d0d1ef13b3a891c737791bd4a on jamesepatrick:master into 7ae382c7bbefd13d00bb5421ebec190e99790f5f on piotrmurach:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 91.721% when pulling 838e4967efe9cf6d0d1ef13b3a891c737791bd4a on jamesepatrick:master into 7ae382c7bbefd13d00bb5421ebec190e99790f5f on piotrmurach:master.

piotrmurach commented 7 years ago

Thanks ❤️