mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 12:37:49 +00:00
refactor(nproc): fix some bugs and use clap
This commit is contained in:
parent
c33f52baf1
commit
5963b15746
3 changed files with 36 additions and 43 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1567,6 +1567,7 @@ dependencies = [
|
|||
name = "uu_nproc"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue