cargo-mutants icon indicating copy to clipboard operation
cargo-mutants copied to clipboard

Support `--target-dir`

Open pbor opened this issue 1 year ago • 1 comments

I quickly tried to use it as a drop in replacement for cargo test in our build scripts, but we pass --target-dir to cargo and this does not seem to be supported:

error: unexpected argument '--target-dir' found

  tip: a similar argument exists: '--re'

pbor avatar Sep 12 '24 10:09 pbor

At least as a workaround you should be able to use --cargo-arg --target-dir=D, or -C for short.)

sourcefrog avatar Sep 12 '24 13:09 sourcefrog