mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-31 04:57:45 +00:00
Merge pull request #1810 from jeckersb/nice-clap
nice: move from getopts to clap #1794
This commit is contained in:
commit
99be7a3172
4 changed files with 104 additions and 56 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -1823,8 +1823,9 @@ dependencies = [
|
|||
name = "uu_nice"
|
||||
version = "0.0.4"
|
||||
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.85 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"nix 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.7",
|
||||
"uucore_procs 0.0.5",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue