func runServer(ctx *cli.Context) { // first check the options log.SetDebugVisible(ctx.Int("debug")) config := ctx.String("config") server.RunServer(config) }
func runServer(ctx *cli.Context) { // first check the options config := ctx.String("config") server.RunServer(config) }