Fix: force the use of colors when the '--colors' flag is supplied.#190
Fix: force the use of colors when the '--colors' flag is supplied.#190esthezia wants to merge 2 commits intophp-parallel-lint:developfrom
Conversation
Fix: force the use of colors when the '--colors' flag is supplied.
|
@esthezia Thank you for your interest in contributing to this repo. Would you mind adding a test covering the change to this PR ? |
|
Unfortunately, I'm not able to do that. Can you, please, help me with this piece? Thank you! |
@esthezia What information do you need to allow you to add the test(s) ? |
|
@jrfnl The codebase is very new to me, and it is not within the scope of my intetest to get to know it, unfortunately. I discovered how to fix this bug because it was easy, and did not have to dig through the code so much. But other than that, I am not interested in doing, and can't, at the moment. But I would hate to not have this fixed for a missing test -- if you, or someone else, can help with the test, it would be very helpful, as we can get this working for a lot of people! Thank you! Respectfully. |
When the
php-parallel-lintcommand is ran as a subcommand, and the--colorsflag is used, it is not honoured. This fixes this, and allows for coloured output when forced.