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

cargo clippy --help a bit confusing #12578

Open
ChrisJefferson opened this issue Mar 28, 2024 · 0 comments
Open

cargo clippy --help a bit confusing #12578

ChrisJefferson opened this issue Mar 28, 2024 · 0 comments
Labels
C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages

Comments

@ChrisJefferson
Copy link

Description

cargo clippy --help includes the line:

See all options with cargo check --help.. Except, that isn't true, cargo check --help could be said to include other options maybe?

Also, I'm not clear what is an ARG and what is an OPTION? From playing around, I'm guessing the Allow / Denying lints section is ARGs? Then maybe call it Arguments:, to line up with for example cargo run and cargo test and drop the Allow / Denying lints, as that's the next line?

I could try writing a PR for this, but I wanted to check for general comments before doing that (I couldn't find any issues / PRs really discussing this)

Version

rustc 1.77.0 (aedd173a2 2024-03-17)
binary: rustc
commit-hash: aedd173a2c086e558c2b66d3743b344f977621a7
commit-date: 2024-03-17
host: x86_64-unknown-linux-gnu
release: 1.77.0
LLVM version: 17.0.6

Additional Labels

No response

@J-ZhengLi J-ZhengLi added the C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages label Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: Enhancement of lints, like adding more cases or adding help messages
Projects
None yet
Development

No branches or pull requests

2 participants