Commit 1a2df63
committed
Auto merge of #14726 - epage:zsh, r=weihanglo
feat(complete): Include descriptions in zsh
### What does this PR try to resolve?
See clap-rs/clap#5775 for more details
### How should we test and review this PR?
If you're not a zsh user, you may need somthings like this to activate the completion system:
```shell
# See https://zsh.sourceforge.io/Doc/Release/Completion-System.html
autoload -Uz compinit
compinit
# and then source completion scripts
source <(CARGO_COMPLETE=zsh target/debug/cargo)
```
### Additional information2 files changed
+11
-11
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments