Skip to content

Commit

Permalink
Update clap to 4.5.6 and clap_complete to 4.5.4
Browse files Browse the repository at this point in the history
Summary: Upgrading clap to new version (released yesterday). My motivation for doing it now is that my PR clap-rs/clap#5476 has been released as part of this release, which should fix autocompletion for all CLIs using `visible_alias` option.

Reviewed By: ukautz

Differential Revision: D58283249

fbshipit-source-id: 4a48e86c47519431913c34880a132049b5522e7b
  • Loading branch information
pzmarzly authored and facebook-github-bot committed Jun 10, 2024
1 parent 14c2a3d commit a68bde5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -11,7 +11,7 @@ license = "MIT"
[dependencies]
anyhow = "1.0.75"
cached = "0.39.0"
clap = { version = "4.5.4", features = ["derive", "env", "string", "unicode", "wrap_help"] }
clap = { version = "4.5.6", features = ["derive", "env", "string", "unicode", "wrap_help"] }
dunce = "1.0.2"
env_logger = "0.10"
fnv = "1.0"
Expand Down

0 comments on commit a68bde5

Please sign in to comment.