Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LabpackCmd = &subcommands.Command{ UsageLine: "labpack", ShortDesc: "Run labpack locally", LongDesc: "Run labpack locally", CommandRun: func() subcommands.CommandRun { c := &repair{} c.authFlags.Register(&c.Flags, site.DefaultAuthOptions) c.envFlags.Register(&c.Flags) c.Flags.StringVar(&c.jobname, "jobname", "", "Local name for job") c.Flags.StringVar(&c.autoservDir, "autoservdir", "", "Path to autoserv") return c }, }
LabpackCmd is a local repair job that writes its results to a user-specified directory organized under a control directory.
View Source
var RunCmd = &subcommands.Command{ UsageLine: "run <sub-command>", ShortDesc: "Tools for locally running jobs", LongDesc: "Tools for locally running jobs", CommandRun: func() subcommands.CommandRun { c := &run{} return c }, }
RunCmd runs a command locally
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.