예제 #1
0
파일: main.go 프로젝트: imoapps/juju
func main() {
	commands.Main(os.Args)
}
예제 #2
0
파일: main.go 프로젝트: bac/juju
func main() {
	os.Exit(commands.Main(os.Args))
}