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

Commits on Oct 4, 2019

  1. Added sigterm options to "d" command.

    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.
    Jaron Swab committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    7ff732e View commit details
    Browse the repository at this point in the history