killercup / killercup/cargo-edit
`-Zbindeps` isn't supported - cargo update works fine with it
Open
cargo-upgrade
enhancement
- Dominant language
- Rust
- Stars
- 3.5k
- Forks
- 166
- PR merge metrics
- No merged PRs in 30d
Description
```
theo@Theos-MacBook-Pro rust % cargo upgrade -i -Z bindeps
error: invalid value 'bindeps' for '-Z '
For more information, try '--help'.
```
Contributor guide
Research direction
Start at the cargo upgrade command's option parsing and compare how it handles the -Z bindeps flag with cargo update. Reproduce the reported command, then trace the argument forwarding and add a regression test showing that cargo upgrade accepts bindeps and behaves consistently with cargo update.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100