1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 04:57:45 +00:00

unlink: move from getopts to clap (#2052) (#2058)

This commit is contained in:
Nicolas Thery 2021-04-10 11:50:21 +02:00 committed by GitHub
parent 18191f9212
commit 698924a20a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 28 additions and 39 deletions

2
Cargo.lock generated
View file

@ -2500,7 +2500,7 @@ dependencies = [
name = "uu_unlink"
version = "0.0.6"
dependencies = [
"getopts",
"clap",
"libc",
"uucore",
"uucore_procs",