Tagged Questions
5
votes
2answers
492 views
Alternative to watch which support colors
I have a command (phpunit) which has a colored output. According to the watch, command I should be able to use the --color flag to allow color rendering to pass through. However, this isn't working. ...