8 lines
157 B
Go
8 lines
157 B
Go
package commands
|
|
|
|
import "github.com/docker/machine/libmachine"
|
|
|
|
func cmdKill(c CommandLine, api libmachine.API) error {
|
|
return runAction("kill", c, api)
|
|
}
|