This commit is contained in:
alessio 2016-08-21 17:13:30 +02:00
parent 5450300aef
commit 7c42605c85
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ func main() {
&cli.BoolFlag{Name: "build", Value: false, Usage: "Enable go build"},
&cli.BoolFlag{Name: "run", Usage: "Disable go run"},
&cli.BoolFlag{Name: "bin", Usage: "Disable go install"},
&cli.BoolFlag{Name: "fmt", Usage: "Disable gofmt"},
},
Action: func(p *cli.Context) error {
y := r.New(p)