Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CmdPlay = &cli.Command{
Name: "play",
Usage: "play",
Description: "play game",
Action: runPlay,
Flags: []cli.Flag{},
}
View Source
var CmdScreenshot = &cli.Command{
Name: "screenshot",
Usage: "screenshot",
Description: "screenshot game",
Action: runScreenshot,
Flags: []cli.Flag{},
}
Functions ¶
func NewMainApp ¶
func NewMainApp() *cli.App
func RunMainApp ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.