Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RunCmd = &subcommands.Command{ UsageLine: "run [options...]", ShortDesc: "execute a test or suite", CommandRun: func() subcommands.CommandRun { c := &run{} registerRunFlags(c) return c }, }
RunCmd is the implementation of the "satlab run" command.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.