Commit f4f977f
authored
### What does this PR try to resolve?
- Act on [this
request](rust-lang#16858 (comment))
in rust-lang#16858
- `-m` is short for `--manifest-path`, and must be added in places where
`--manifest-path` could be accepted.
### How to test and review this PR?
- Use `zsh`, `bash`, or any other shell where Cargo provides
autocomplete support, and ensure `-m` has identical behaviour to
`--manifest-path`
### Notes
- I've never worked on these autocomplete documents before, so I'm
assuming the modifications I've made are correct based on existing
instances of shorthand (e.g., `-F`)
- ~~Creating as a draft until rust-lang#16858 is merged (which should be very
soon).~~
- No AI tooling of any kind was used during the creation of this PR.
2 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
67 | | - | |
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments