cli

package
v0.0.0-...-64e9426 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2019 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	FlagAdminHost = flagInfoString{
		Name:        "host",
		Description: "proxy admin server address",
		Default:     "localhost",
	}

	FlagAdminPort = flagInfoString{
		Name:        "port",
		Description: "proxy admin server port",
		Default:     "8000",
	}

	FlagOutputFormat = flagInfoString{
		Name:        "format",
		Description: "the output format",
		Default:     "plain",
	}

	FlagConfigPath = flagInfoString{
		Name:        "config",
		Shorthand:   "c",
		Description: "path to configuration file",
	}

	FlagLogLevel = flagInfoString{
		Name:        "log-level",
		Description: "logging level",
		Default:     "info",
	}

	FlagBackground = flagInfoBool{
		Name:        "background",
		Description: "run process in background",
		Default:     false,
	}
)

Functions

func Main

func Main()

func Run

func Run(args []string) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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