Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CmdRun = &cli.Command{ Name: "run", Usage: "compile and run Wa program", Flags: []cli.Flag{ appbase.MakeFlag_target(), appbase.MakeFlag_tags(), appbase.MakeFlag_optimize(), &cli.BoolFlag{ Name: "web", Usage: "set web mode", Value: false, }, &cli.BoolFlag{ Name: "console", Usage: "set console mode", Value: false, }, &cli.StringFlag{ Name: "http", Usage: "set http address", Value: ":8000", }, }, Action: CmdRunAction, }
Functions ¶
func CmdRunAction ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.