Skip to content

Commit 1a2df63

Browse files
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 information
2 parents e0fda67 + 56f008d commit 1a2df63

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ cargo-test-support = { version = "0.6.0", path = "crates/cargo-test-support" }
3636
cargo-util = { version = "0.2.14", path = "crates/cargo-util" }
3737
cargo-util-schemas = { version = "0.7.0", path = "crates/cargo-util-schemas" }
3838
cargo_metadata = "0.18.1"
39-
clap = "4.5.18"
40-
clap_complete = { version = "4.5.32", features = ["unstable-dynamic"] }
39+
clap = "4.5.20"
40+
clap_complete = { version = "4.5.35", features = ["unstable-dynamic"] }
4141
color-print = "0.3.6"
4242
core-foundation = { version = "0.10.0", features = ["mac_os_10_7_support"] }
4343
crates-io = { version = "0.40.4", path = "crates/crates-io" }

0 commit comments

Comments
 (0)