Skip to content

Commit

Permalink
Add clap_complete to our rust dependencies
Browse files Browse the repository at this point in the history
Summary:
X-link: pytorch/executorch#3544

clap_complete is necessary to add autocomplete to buck2

Reviewed By: JakobDegen

Differential Revision: D57104118

fbshipit-source-id: f7a1c68fed6bac605b780a0581e72bea07e800bb
  • Loading branch information
ben-- authored and facebook-github-bot committed May 8, 2024
1 parent 2e49c8f commit a8532b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shim/third-party/rust/Cargo.toml
Expand Up @@ -50,6 +50,7 @@ bytesize = "1.1.0"
chrono = "0.4.28"
clap = { package = "clap", version = "4.5.4", features = ["derive", "env", "string"] }
clap-3 = { package = "clap", version = "3.2.24", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
clap_complete = { package = "clap_complete", version = "4.5.1" }
common-path = "1.0.0"
compact_str = "0.6.1"
constant_time_eq = "0.2.4"
Expand Down

0 comments on commit a8532b4

Please sign in to comment.