mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
Merge pull request #1637 from sylvestre/clap-install
refactor(install): move to clap
This commit is contained in:
commit
eada6e58e5
4 changed files with 214 additions and 183 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1677,7 +1677,7 @@ dependencies = [
|
|||
name = "uu_install"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.4",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue