Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CmdTest = &cli.Command{ Name: "test", Usage: "test Wa packages", Flags: []cli.Flag{ appbase.MakeFlag_target(), appbase.MakeFlag_tags(), }, Action: func(c *cli.Context) error { if c.NArg() < 1 { cli.ShowAppHelpAndExit(c, 0) } appArgs := c.Args().Slice()[1:] opt := appbase.BuildOptions(c) RunTest(opt.Config(), c.Args().First(), appArgs...) return nil }, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.