rust-lang / rust-lang/rust-clippy
clippy-driver usage returns the "cargo clippy" which will make user confused
Open
Nobody has claimed this yet.
C-bug
- Dominant language
- Rust
- Stars
- 13.5k
- Forks
- 2.2k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 32
Description
clippy-driver usage returns the "cargo clippy" which will make user confused
#clippy-driver --help
.......usage: cargi clippy.....
I found the latest code is the same. Could I modify the user prompt?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running clippy-driver --help and locating the usage string that reports cargo clippy or the misspelled cargi clippy. Confirm the help output identifies the actual executable as clippy-driver, then run the relevant test suite to verify the corrected usage text.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100