docs/commands/kill.go

6 lines
96 B
Go

package commands
func cmdKill(c CommandLine) error {
return runActionWithContext("kill", c)
}