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

kill: migrate to clap

Fixes #2122.
This commit is contained in:
Nicolas Thery 2021-05-01 15:51:12 +02:00
parent 0ff1058998
commit 1dccbfd21e
3 changed files with 65 additions and 26 deletions

1
Cargo.lock generated
View file

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