flags

package
v0.9.280 Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2025 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DirFlag         = Flag{Full: "dir", Short: "d"}
	NameFlag        = Flag{Full: "name"}
	PathFlag        = Flag{Full: "path", Short: "p"}
	PidFileFlag     = Flag{Full: "pid-file"}
	NoServerFlag    = Flag{Full: "no-server"}
	StreamsFlag     = Flag{Full: "streams"}
	WorkingDirFlag  = Flag{Full: "working-dir", Short: "w"}
	JidFlag         = Flag{Full: "jid", Short: "j"}
	GpuEnabledFlag  = Flag{Full: "gpu-enabled", Short: "g"}
	GpuTracingFlag  = Flag{Full: "gpu-tracing"}
	GpuIdFlag       = Flag{Full: "gpu-id"}
	AttachFlag      = Flag{Full: "attach", Short: "a"}
	AttachableFlag  = Flag{Full: "attachable"}
	AllFlag         = Flag{Full: "all", Short: "a"}
	OutFlag         = Flag{Full: "out", Short: "o"}
	ExternalFlag    = Flag{Full: "external"}
	FileLocksFlag   = Flag{Full: "file-locks"}
	TypeFlag        = Flag{Full: "type", Short: "t"}
	FullFlag        = Flag{Full: "full"}
	ErrorsFlag      = Flag{Full: "errors"}
	CompressionFlag = Flag{Full: "compression"}
	AsRootFlag      = Flag{Full: "as-root"}
	UpcomingFlag    = Flag{Full: "upcoming"}
	TreeFlag        = Flag{Full: "tree", Short: "t"}
	InspectFlag     = Flag{Full: "inspect", Short: "i"}

	// CRIU
	CriuOptsFlag        = Flag{Full: "criu-opts"}
	LeaveRunningFlag    = Flag{Full: "leave-running"}
	LeaveStoppedFlag    = Flag{Full: "leave-stopped"}
	TcpEstablishedFlag  = Flag{Full: "tcp-established"}
	TcpCloseFlag        = Flag{Full: "tcp-close"}
	TcpSkipInFlightFlag = Flag{Full: "skip-in-flight"}
	ShellJobFlag        = Flag{Full: "shell-job"}
	LinkRemapFlag       = Flag{Full: "link-remap"}

	// Parent flags
	AddressFlag   = Flag{Full: "address"}
	ProtocolFlag  = Flag{Full: "protocol"}
	ConfigFlag    = Flag{Full: "config"}
	ConfigDirFlag = Flag{Full: "config-dir"}
	DBFlag        = Flag{Full: "db"}
	ProfilingFlag = Flag{Full: "profiling"}
)

Functions

This section is empty.

Types

type Flag

type Flag struct {
	Full  string
	Short string
}

Jump to

Keyboard shortcuts

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