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

Handling additional arguments #10

Closed
nickbabcock opened this issue Mar 3, 2019 · 3 comments
Closed

Handling additional arguments #10

nickbabcock opened this issue Mar 3, 2019 · 3 comments

Comments

@nickbabcock
Copy link

I've been executing with --all on cargo components even if the workspace just contains a single package

cargo clippy --all
cargo fmt --all

Currently clippy.yml, rustfmt.yml, warnings.yml don't support --all. While I'd vote for --all to be the default behavior, this problem is a subset of handling additional arguments. For instance, maybe I want to execute clippy and fmt with a verbose flag, so maybe a one size fits all won't work here.

I was curious if there has been any thought given to this use case.

@epage
Copy link
Contributor

epage commented Mar 4, 2019

I agree that --all should be added. One of the questions though is if we should bother providing these templates.

@nickbabcock
Copy link
Author

nickbabcock commented Mar 4, 2019

One of the questions though is if we should bother providing these templates.

True. I suppose they shouldn't be the priority for the moment.

@epage epage transferred this issue from crate-ci/resources Jul 12, 2019
@jonhoo
Copy link
Collaborator

jonhoo commented Jan 20, 2020

Closing this in favor of #78.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants