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 ?