1
Fork 0
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:
Sylvestre Ledru 2020-12-12 00:14:00 +01:00 committed by GitHub
parent 068fee2ebd
commit 49b32ea68d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 495 additions and 81 deletions

1
Cargo.lock generated
View file

@ -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",