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

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

	server.RunServer(config)
}