cli start fixed

This commit is contained in:
alessio 2016-08-21 09:39:38 +02:00
parent e222280345
commit 7c2f8f8e49
1 changed files with 2 additions and 2 deletions

View File

@ -66,8 +66,8 @@ func main() {
&cli.StringFlag{Name: "name", Aliases: []string{"n"}, Value: "", Usage: "Project name \t"},
&cli.StringFlag{Name: "base", Aliases: []string{"b"}, Value: wd(), Usage: "Project base path \t"},
&cli.BoolFlag{Name: "build", Value: false},
&cli.BoolFlag{Name: "run", Value: true},
&cli.BoolFlag{Name: "bin", Value: true},
&cli.BoolFlag{Name: "run"},
&cli.BoolFlag{Name: "bin"},
},
Action: func(p *cli.Context) error {
y := r.New(p)