Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

Added sigterm options to "d" command. #168

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added sigterm options to "d" command. #168

wants to merge 1 commit into from

Conversation

jrswab
Copy link

@jrswab jrswab commented Oct 4, 2019

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.

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 arugment to perferm desired kill
action using `--signal`.

`help.go` also has been update to reflect the additions.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant