You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
Alright, so juding by the state of things in cargo, we cannot pass the free strings left over from command line parsing to cargo since we are not shelling out. So for now I'll just add a disclaimer that this feature does not work and see if we can get it in a different way.
Most of these already have an issue and have clear-cut, relatively stable requirements. I currently cannot think of other flags we might want to support, but so far, I'd be in favor of implementing these features locally (including command line parsing) and then to reevaluate whether we want to refactor those bits to push that into cargo.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The usage message for
cargo semver
states:usage: cargo semver [options] [-- cargo options]
However, additional options after
--
are not passed on to cargo.We should either make that work again or fix the usage message.
The text was updated successfully, but these errors were encountered: