class Byebug::KillCommand

def help(cmd)

def help(cmd)
  %{
    kill [SIGNAL]
    Send [signal] to Process.pid
lent of Process.kill(Process.pid)
   }
end