1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +00:00

Merge pull request #8245 from sylvestre/l10n-chmod-2

l10n: port chmod for translation + add french
This commit is contained in:
Daniel Hofstetter 2025-06-25 09:30:58 +02:00 committed by GitHub
commit 64f308a35b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 112 additions and 50 deletions

1
Cargo.lock generated
View file

@ -2976,6 +2976,7 @@ version = "0.1.0"
dependencies = [
"clap",
"libc",
"thiserror 2.0.12",
"uucore",
]