facile-it / paraunit

Run PHPUnit tests in parallel
https://engineering.facile.it/paraunit/
Apache License 2.0
140 stars 15 forks source link

Make logo printer optional or configurable #55

Closed Jean85 closed 7 years ago

Jean85 commented 7 years ago

I would like to make the shark logo optional or configurable with the stable release. It was nice for the unstable, but I think it may look "personalized" for a software that we like to distribute.

ranpafin commented 7 years ago

@Jean85 agree on this one, the logo could be displayed with a command line argument something like:

--display-logo', '--show-logo'
Jean85 commented 7 years ago

I didn't think about it, yeah! That may be the easy to do, maybe I can inject the behavior once I merge #11

Jean85 commented 7 years ago

Done! See 56a8204