Skip to content

Commit

Permalink
chore: Update clap_complete (#15121)
Browse files Browse the repository at this point in the history
### What does this PR try to resolve?

This includes `CARGO_COMPLETE=` and `CARGO_COMPLETE=0` to disable
completions. I'm wanting access to this for my bash script that runs
Cargo out of the `target/debug` without the outer cargo doing the
completions

### How should we test and review this PR?

### Additional information
  • Loading branch information
Muscraft authored Jan 29, 2025
2 parents 5a882c1 + 7ab469d commit 51346ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cargo-util = { version = "0.2.19", path = "crates/cargo-util" }
cargo-util-schemas = { version = "0.7.3", path = "crates/cargo-util-schemas" }
cargo_metadata = "0.19.0"
clap = "4.5.20"
clap_complete = { version = "4.5.35", features = ["unstable-dynamic"] }
clap_complete = { version = "4.5.44", features = ["unstable-dynamic"] }
color-print = "0.3.6"
core-foundation = { version = "0.10.0", features = ["mac_os_10_7_support"] }
crates-io = { version = "0.40.9", path = "crates/crates-io" }
Expand Down

0 comments on commit 51346ad

Please sign in to comment.