1
Fork 0
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:
Alex Lyon 2018-03-12 16:27:21 -07:00
parent 880a4973c1
commit 155fea53b2
3 changed files with 40 additions and 38 deletions

2
Cargo.lock generated
View file

@ -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",
]