1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 05:27:45 +00:00

Merge pull request #2155 from nthery/kill_clap

kill: migrate to clap
This commit is contained in:
Sylvestre Ledru 2021-05-02 18:45:29 +02:00 committed by GitHub
commit 6c04d0d21e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 191 additions and 27 deletions

1
Cargo.lock generated
View file

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