Exemple #1
0
func main() {
	runtime.GOMAXPROCS(runtime.NumCPU())
	commands.Execute()

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