options

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Jul 15, 2023 License: ISC Imports: 0 Imported by: 0

Documentation

Overview

Package options defines the global options of this tool.

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 of this tool.

Jump to

Keyboard shortcuts

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