run

package
v0.0.0-...-e560ebb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 13, 2021 License: BSD-3-Clause Imports: 17 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL