This allows you to specify --processes=N or --parallel=N for the installunit and unit phpunit aliases that we have.
I also took the opportunity to tidy up the existing bash code for our alias functions and split them out into more isolated functions so its easier to reuse stuff in the future.
This allows you to specify
--processes=N
or--parallel=N
for theinstallunit
andunit
phpunit aliases that we have.I also took the opportunity to tidy up the existing bash code for our alias functions and split them out into more isolated functions so its easier to reuse stuff in the future.