-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Feature Request: Allow cargo to specify the directory to run in #1485
Comments
This is actually already possible! If you do |
Thanks! I'm sorry for wasting y'all's time 😝 |
No worries, thanks for the issue regardless! |
Sorry for the necro, but a quick question, does the |
@1480c1 I would most recommend you test it out yourself! 😉 |
It's such a pity that every tool has its own name for the same concept: maven requires '-f', git '-C' and cargo '--manifest-path' |
This is already possible via an unstable flag |
This would just be a nice feature for interfacing with other build systems, like Make. Currently, you have to
whereas, in this case you could just
This would be nice for integration with things like vim's
make
command, because cargo currently gives the wrong file: as ifdir
is the base directory, notdir/..
.The text was updated successfully, but these errors were encountered: