mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-01 05:27:45 +00:00
Switched 'arch' to use clap instead of getopts
This commit is contained in:
parent
7c51fb4946
commit
8747800697
3 changed files with 13 additions and 7 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1658,6 +1658,7 @@ dependencies = [
|
|||
name = "uu_arch"
|
||||
version = "0.0.6"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"platform-info",
|
||||
"uucore",
|
||||
"uucore_procs",
|
||||
|
@ -2406,6 +2407,7 @@ name = "uu_stat"
|
|||
version = "0.0.6"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"libc",
|
||||
"time",
|
||||
"uucore",
|
||||
"uucore_procs",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue