-
Notifications
You must be signed in to change notification settings - Fork 119
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
Unable to inherit cargo CLI args #305
Comments
So I've been thinking about this for awhile, and I'm not entirely sure how I would like to proceed with this. The way I see things there are three potential paths forward for this, each with their own advantages and disadvantages.
Nothing really actionable from what I've said here, mostly just a brain dump. If you have any input please let me know, otherwise I'll continue trying to decide on which approach is the best. |
Given that there's been no activity here, and there's no clear path forward, I'm going to close this as "won't do", sorry about that. Maybe in the future if there's a |
Most cargo commands seem to accept their arguments after cargo's arguments, via
--
(or vice versa, accepting cargo arguments after--
). This program doesn't - a consequence of this is that I don't appear able to pass--no-default-features
to control the cargo build.The text was updated successfully, but these errors were encountered: