func main() { runtime.GOMAXPROCS(runtime.NumCPU()) commands.Execute() if jww.LogCountForLevelsGreaterThanorEqualTo(jww.LevelError) > 0 { os.Exit(-1) } }
func main() { runtime.GOMAXPROCS(runtime.NumCPU()) commands.Execute() }
func main() { commands.Execute() }
func Run(flags []string) { commands.Execute(flags) }