Hi,
I am trying to run an additional unix command with the spawned processes, however, if I use the --exec flag to pass in the extra command, I don't believe it passes in the sliced up files or I am not sure how to access them.
For example, if I run bundle exec parallel_rspec --verbose, I'm able to see all of the spec files getting passed to each process, but if I add the --exec flag, the processes only run the command from --exec.
Is there a workaround or am I mistaken about the purpose of the --exec flag?
Thank you in advance