1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 05:27:45 +00:00

Merge pull request #2332 from mitchellmebane/dircolors-clap

dircolors: replace getopts with clap
This commit is contained in:
Sylvestre Ledru 2021-06-05 10:12:57 +02:00 committed by GitHub
commit 4143e3f54f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 67 additions and 31 deletions

1
Cargo.lock generated
View file

@ -1904,6 +1904,7 @@ dependencies = [
name = "uu_dircolors"
version = "0.0.6"
dependencies = [
"clap",
"glob 0.3.0",
"uucore",
"uucore_procs",