mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
yes: switch to clap and try to decrease allocs
This commit is contained in:
parent
880a4973c1
commit
155fea53b2
3 changed files with 40 additions and 38 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1928,7 +1928,7 @@ dependencies = [
|
|||
name = "yes"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"clap 2.31.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.1",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue