Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Bolster help and add Cargo flags #128

Closed
wants to merge 2 commits into from

Conversation

alexcrichton
Copy link
Member

This commit explicitly takes many flags that Cargo takes to filter the package
selection and otherwise configure what packages are being built or what targets
are being built. The intention here is to take arguments but forward them all to
the underlying cargo check, but doing so in a first-class fashion to avoid
-- if possible.

Previously it would block forever, now it should exit cleanly!
This commit explicitly takes many flags that Cargo takes to filter the package
selection and otherwise configure what packages are being built or what targets
are being built. The intention here is to take arguments but forward them all to
the underlying `cargo check`, but doing so in a first-class fashion to avoid
`--` if possible.
@killercup
Copy link
Member

Oh, sorry for not commenting here earlier. Do you still want to merge this here or is this already all part of rust-lang/cargo#5723?

@alexcrichton
Copy link
Member Author

No worries! I think at this point I'll close in favor of the Cargo PR as this is included there as well

@alexcrichton alexcrichton deleted the more-flags branch July 14, 2018 16:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants