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

Merge pull request #2046 from ricardoaiglesias/timeout-clap

timeout: Moved argument parsing to clap
This commit is contained in:
Sylvestre Ledru 2021-04-07 23:19:36 +02:00 committed by GitHub
commit 717b875b5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 137 additions and 78 deletions

1
Cargo.lock generated
View file

@ -2416,6 +2416,7 @@ dependencies = [
name = "uu_timeout"
version = "0.0.6"
dependencies = [
"clap",
"getopts",
"libc",
"uucore",