Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CmdPlay = &base.Command{
Run: playCmd,
Flag: buildFlags(),
UsageLine: `tap play [-in dbpath] [-out savedir] "name of story"`,
Short: "play an existing story",
Long: `Run a scene within a previously built story database.
Using '-test' can run the list of specified commands as if a player had typed them one by one.
`,
}
description of the play command; used by tap.go
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.