Documentation
¶
Overview ¶
Package cmd はコマンドラインインターフェースを提供する。
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{},
}
CmdPlay はゲームをプレイするコマンド
View Source
var CmdScreenshot = &cli.Command{
Name: "screenshot",
Usage: "screenshot",
Description: "screenshot game",
Action: runScreenshot,
Flags: []cli.Flag{},
}
CmdScreenshot はスクリーンショットを撮影するコマンド
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.