Skip to content

Commit 37d65a9

Browse files
ben--facebook-github-bot
authored andcommitted
Add clap_complete to our rust dependencies (#3544)
Summary: Pull Request resolved: #3544 clap_complete is necessary to add autocomplete to buck2 Reviewed By: JakobDegen Differential Revision: D57104118 fbshipit-source-id: f7a1c68fed6bac605b780a0581e72bea07e800bb
1 parent 8a5668a commit 37d65a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shim/third-party/rust/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ bytesize = "1.1.0"
5050
chrono = "0.4.28"
5151
clap = { package = "clap", version = "4.5.4", features = ["derive", "env", "string"] }
5252
clap-3 = { package = "clap", version = "3.2.24", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
53+
clap_complete = { package = "clap_complete", version = "4.5.1" }
5354
common-path = "1.0.0"
5455
compact_str = "0.6.1"
5556
constant_time_eq = "0.2.4"

0 commit comments

Comments
 (0)