Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support --target-dir #407

Open
pbor opened this issue Sep 12, 2024 · 1 comment
Open

Support --target-dir #407

pbor opened this issue Sep 12, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers has workaround small

Comments

@pbor
Copy link

pbor commented Sep 12, 2024

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'
@sourcefrog
Copy link
Owner

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

@sourcefrog sourcefrog added enhancement New feature or request good first issue Good for newcomers small labels Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers has workaround small
Projects
None yet
Development

No branches or pull requests

2 participants