options

package
v0.0.4 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetDefaultOptions

func SetDefaultOptions() error

SetDefaultOptions parses and assigns the options

Types

type Options

type Options struct {
	Version  bool   `short:"v" long:"version" description:"Show version"`
	HTTPHost string `long:"bind" description:"HTTP server host"`
	HTTPPort uint   `long:"listen" description:"HTTP server listen port"`
	Prefix   string `long:"prefix" description:"Add a url prefix"`
	SkipOpen bool   `short:"s" long:"skip-open" description:"Skip browser open on start"`
	Config   string `short:"c" long:"config" description:"Configuration file"`
}
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