Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DefaultFlags = []cli.Flag{
&cli.StringFlag{
Name: "listen-addr",
Value: "0.0.0.0",
Usage: "Application listen address",
},
&cli.IntFlag{
Name: "listen-port",
Value: 7700,
Usage: "Application listen port",
},
&cli.StringFlag{
Name: "log-level",
Value: "info",
Usage: "Set log level (debug, info, warn, error)",
},
&cli.BoolFlag{
Name: "pretty",
Usage: "Set log format to pretty print",
},
}
)
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.