svflags

package
v0.0.0-...-365054f Latest Latest
Warning

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

Go to latest
Published: May 16, 2024 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	FlagVersion     = flag.Bool("version", false, "Print version")
	FlagInstall     = flag.Bool("install", false, "Install or repair myst supervisor")
	FlagUid         = flag.String("uid", "", "User ID for which supervisor socket should be installed (required)")
	FlagUninstall   = flag.Bool("uninstall", false, "Uninstall myst supervisor")
	FlagLogFilePath = flag.String("log-path", "", "Supervisor log file path")
	FlagLogLevel    = flag.String("log-level", zerolog.InfoLevel.String(), "Logging level")
	FlagWinService  = flag.Bool("winservice", false, "Run via service manager instead of standalone (windows only).")
)

Supervisor CLI flags.

Functions

func Parse

func Parse()

Parse parses supervisor flags.

Types

This section is empty.

Jump to

Keyboard shortcuts

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