mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-31 04:57:45 +00:00
refactor(chown): move to clap & add tests (#1648)
This commit is contained in:
parent
068fee2ebd
commit
49b32ea68d
4 changed files with 495 additions and 81 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1442,6 +1442,7 @@ dependencies = [
|
|||
name = "uu_chown"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"uucore 0.0.4",
|
||||
"uucore_procs 0.0.4",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue