Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BuildVersion = "v1.0"
View Source
var PinmyblogsCommands = []cli.Command{ Server, Version, }
PinmyblogsCommands contains the pinmyblogs CLI (sub-)commands.
View Source
var Server = cli.Command{ Name: "server", Aliases: []string{"up"}, Usage: "Starts the web server", Action: startAction, }
Server configures the command name and action.
View Source
var Version = cli.Command{
Name: "version",
Usage: "Shows version information",
Action: versionAction,
}
Version configures the command name, flags, and action.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.