Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Web = cli.Command{ Name: "web", Usage: "Start web server", Description: "It starts a web server, great no ?", Action: runWeb, Flags: []cli.Flag{ stringFlag("port, p", "3000", "Server port"), stringFlag("config, c", "config/app.ini", "Custom config file path"), }, }
Web command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.