import "go.chromium.org/luci/client/cmd/isolate/lib"
Package lib is used to implement the parent package main.
archive.go batch_archive.go check.go common.go doc.go remap.go run.go version.go
const IsolateVersion = "0.6"
IsolateVersion must be updated whenever functional change (behavior arguments, supported commands) is done.
func CmdArchive(defaultAuthOpts auth.Options) *subcommands.Command
CmdArchive returns an object for the `archive` subcommand.
func CmdBatchArchive(defaultAuthOpts auth.Options) *subcommands.Command
CmdBatchArchive returns an object for the `batcharchive` subcommand.
func CmdCheck() *subcommands.Command
CmdCheck returns an object for the `check` subcommand.
func CmdRemap() *subcommands.Command
CmdRemap returns an object for the `remap` subcommand.
func CmdRun() *subcommands.Command
CmdRun returns an object for the `run` subcommand.
RequiredIsolateFlags specifies which flags are required on the command line being parsed.
const ( // RequireIsolateFile means the -isolate flag is required. RequireIsolateFile RequiredIsolateFlags = 1 << iota // RequireIsolatedFile means the -isolated flag is required. RequireIsolatedFile )
Package lib imports 35 packages (graph) and is imported by 2 packages. Updated 2021-01-24. Refresh now. Tools for package owners.