docs/commands/kill.go

8 lines
137 B
Go

package commands
import "github.com/docker/machine/cli"
func cmdKill(c *cli.Context) error {
return runActionWithContext("kill", c)
}