Most drivers don't need this, but some would benefit from it, like Babel. A possible use case/example: beemo babel --react --flow --parallel="--cjs" --parallel="--esm". This would run the babel command twice, with the args --react --flow --cjs and --react --flow --esm passed respectively.
Most drivers don't need this, but some would benefit from it, like Babel. A possible use case/example:
beemo babel --react --flow --parallel="--cjs" --parallel="--esm"
. This would run thebabel
command twice, with the args--react --flow --cjs
and--react --flow --esm
passed respectively.