command

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Version is the current application version
	Version = "dev"

	// GitCommit contains the Git commit SHA for the binary
	GitCommit string

	// BuildTime contains the binary build time
	BuildTime string

	// GoVersion contains the build time Go version
	GoVersion string
)

Functions

func SetDefaultOptions

func SetDefaultOptions() error

SetDefaultOptions parses and assigns the options

Types

type Options

type Options struct {
	Debug    bool   `short:"d" long:"debug" description:"Enable debugging mode"`
	Version  bool   `short:"v" long:"version" description:"Show version"`
	HTTPHost string `long:"bind" description:"HTTP server host" default:"localhost"`
	HTTPPort uint   `long:"listen" description:"HTTP server listen port" default:"8080"`
	Prefix   string `long:"prefix" description:"Add a url prefix"`
	SkipOpen bool   `short:"s" long:"skip-open" description:"Skip browser open on start"`
}
var Opts Options

func ParseOptions

func ParseOptions(args []string) (Options, error)

ParseOptions returns a new options struct from the input arguments

Jump to

Keyboard shortcuts

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