Closed mcnelson closed 4 years ago
No currently m
does not support any flags to be passed down to the runners. This could be a interesting feature however, to allow any flags that m
does not understand to pass-through to the underlying runner. With the understanding that some runners will not support certain flags of course.
It does have the drawback that you might share a command to run with m
that might work in your code base and not in others, but I think it's a good trade off.
@mcnelson Can you give #77 a try, see if it works for your use case.
I'm so confused. Readme paragraph just before Support implies it should work, but seed is ignored. If it is not there yet, what is up with readme?
Actually, anything that m
does not understand will pass through to the underlying runner, so we can close this I believe.
Is there a way to pass
--seed
tom
? Didn't see one in--help
but just thought I'd ask.