1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 13:07:46 +00:00

Merge pull request #2863 from tertsdiepraam/clap-3

Clap 3
This commit is contained in:
Terts Diepraam 2022-01-20 23:14:52 +01:00 committed by GitHub
commit 55a47f6fc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
221 changed files with 2091 additions and 2042 deletions

View file

@ -244,7 +244,8 @@ test = [ "uu_test" ]
[workspace]
[dependencies]
clap = { version = "2.33", features = ["wrap_help"] }
clap = { version = "3.0", features = ["wrap_help", "cargo"] }
clap_complete = "3.0"
lazy_static = { version="1.3" }
textwrap = { version="0.14", features=["terminal_size"] }
uucore = { version=">=0.0.11", package="uucore", path="src/uucore" }