1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

Merge pull request #7304 from jfinkels/rm-recursive

rm: use recursive directory traversal with --recursive
This commit is contained in:
Sylvestre Ledru 2025-02-18 08:23:05 +01:00 committed by GitHub
commit bc995283c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 225 additions and 80 deletions

1
Cargo.lock generated
View file

@ -3165,7 +3165,6 @@ dependencies = [
"clap",
"libc",
"uucore",
"walkdir",
"windows-sys 0.59.0",
]