settings

package
v0.0.0-...-53b8cb7 Latest Latest
Warning

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

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

Documentation

Overview

Package settings provides support for capturing settings.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Parse

func Parse() (Flags, Args, error)

Parse will parse the command line flags. The command line flags will overwrite the defaults.

func PrintUsage

func PrintUsage()

PrintUsage displays the usage information.

Types

type Args

type Args struct {
	Engine    string
	AccountID string
}

Args represents the values provided in the command line arguments.

type Flags

type Flags map[string]struct{}

Flags represents the flags that were provided.

Jump to

Keyboard shortcuts

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