Closed o5 closed 8 years ago
I'm implementing this tool into our Continuous Integration and I would like to print version of parallel-lint for potentially troubleshooting.
parallel-lint
There is a workaround with sed, but new option will be nicer.
sed
[~]$ parallel-lint | sed -n 1p PHP Parallel Lint version 0.9.1
Version should be also constant instead of hardcoded string.
Please let me know, if you are open for PR :) Thanks
I agree with this idea. Can you send the PR? :-)
I'm implementing this tool into our Continuous Integration and I would like to print version of
parallel-lint
for potentially troubleshooting.There is a workaround with
sed
, but new option will be nicer.Version should be also constant instead of hardcoded string.
Please let me know, if you are open for PR :) Thanks