docs/commands/stop.go

8 lines
137 B
Go

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