Esempio n. 1
0
func runServer(ctx *cli.Context) {
	// first check the options
	log.SetDebugVisible(ctx.Int("debug"))
	config := ctx.String("config")

	server.RunServer(config)
}
Esempio n. 2
0
func runServer(ctx *cli.Context) {
	// first check the options
	config := ctx.String("config")

	server.RunServer(config)
}