Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CmdPlay = &cli.Command{ Name: "play", Usage: "start Wa playground", Flags: []cli.Flag{ &cli.StringFlag{ Name: "http", Value: ":2023", Usage: "set http address", }, }, Action: func(c *cli.Context) error { err := RunPlayground(c.String("http")) if err != nil { fmt.Println(err) os.Exit(1) } return nil }, }
Functions ¶
func RunPlayground ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.