bmitch/churn-php

Add a --parallel option

villfa opened this issue · 0 comments

This option would override the parallelJobs configuration.

By exposing such option it would be easier to use churn in conjunction with nproc.
Example:

./churn run src/ --parallel $(nproc)