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:
commit
4143e3f54f
3 changed files with 67 additions and 31 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1904,6 +1904,7 @@ dependencies = [
|
|||
name = "uu_dircolors"
|
||||
version = "0.0.6"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"glob 0.3.0",
|
||||
"uucore",
|
||||
"uucore_procs",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue