1
Fork 0
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:
Dean Li 2021-05-01 09:51:31 +08:00
parent 247de489f5
commit f5c7d9bd80
3 changed files with 33 additions and 13 deletions

1
Cargo.lock generated
View file

@ -2050,6 +2050,7 @@ dependencies = [
name = "uu_link"
version = "0.0.6"
dependencies = [
"clap",
"libc",
"uucore",
"uucore_procs",