options

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2022 License: ISC Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthOptions

type AuthOptions struct {
	URL      string `name:"url" help:"The URL where the server listens for requests" required:""`
	Username string `name:"username" help:"The username for authenticating on the server" required:""`
	Proxy    string `name:"proxy" default:"" help:"The proxy to use for HTTP requests"`
}

AuthOptions represents the options for authentication against a server.

type Options

type Options struct {
	Verbose bool `short:"v" help:"Show debugging information"`
}

Options represents the global options.

Jump to

Keyboard shortcuts

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