Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Web = &cli.Command{ Name: "web", Usage: "Start web server", Description: `Cardinal web server is the only thing you need to run, and it takes care of all the other things for you`, Action: runWeb, Flags: []cli.Flag{ intFlag("port, p", 19999, "Temporary port number to prevent conflict"), stringFlag("config, c", "", "Custom configuration file path"), }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.