mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-01 05:27:45 +00:00
link: replace getopts with clap
This commit is contained in:
parent
247de489f5
commit
f5c7d9bd80
3 changed files with 33 additions and 13 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -2050,6 +2050,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