mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-01 05:27:45 +00:00
Merge pull request #2152 from deantvv/link-clap
link: replace getopts with clap
This commit is contained in:
commit
2d0f4daf5b
3 changed files with 33 additions and 13 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -2052,6 +2052,7 @@ dependencies = [
|
|||
name = "uu_link"
|
||||
version = "0.0.6"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"libc",
|
||||
"uucore",
|
||||
"uucore_procs",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue