php-parallel-lint/PHP-Parallel-Lint

Suggestion: always display the application version in console

jrfnl opened this issue · 2 comments

jrfnl commented

Currently when running the application, the first line of the console output looks like this:

PHP 8.1.2 | 10 parallel jobs

I'd like to suggest including the name and version of this application in this line, like so:

PHP-Parallel-Lint 1.3.1 | PHP 8.1.2 | 10 parallel jobs

Opinions ?

mfn commented

Makes sense and good behaviour. Might it break scripts parsing the output? IDE integrations or something? … 🤷🏼

jrfnl commented

Might it break scripts parsing the output? IDE integrations or something? … 🤷🏼

Good question, though I don't think that will really be an issue.
IDE integrations and such will normally use a different report format, like --checkstyle or --json, not the plain text console output.