1
Fork 0
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:
Sylvestre Ledru 2021-05-02 09:33:11 +02:00 committed by GitHub
commit 2d0f4daf5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 33 additions and 13 deletions

1
Cargo.lock generated
View file

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