Files
docker-machine/commands/upgrade.go
David Gageot 86c52ec3e7 Make commands code easier to test
Signed-off-by: David Gageot <david@gageot.net>
2015-10-29 11:15:17 +01:00

8 lines
143 B
Go

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