Open jrswab opened 5 years ago
This should satisfy issue #13 (at least in part). main.go now has cases for "dd", "d3", and "d9".
main.go
"d3" is "sigquit" and "d9" is "sigkill".
KillProc() now takes a string as an argument to perform desired kill action using --signal.
KillProc()
--signal
help.go also has been update to reflect the additions.
help.go
This should satisfy issue #13 (at least in part).
main.go
now has cases for "dd", "d3", and "d9"."d3" is "sigquit" and "d9" is "sigkill".
KillProc()
now takes a string as an argument to perform desired kill action using--signal
.help.go
also has been update to reflect the additions.