예제 #1
0
파일: app.go 프로젝트: aduermael/libcompose
func ProjectStart(p *project.Project, c *cli.Context) {
	err := p.Start(c.Args()...)
	if err != nil {
		logrus.Fatal(err)
	}
}