opts

package
v0.0.0-...-f92ee09 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package opts contains the options that are common to app commands

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Opts

type Opts struct {
	HordeCollection string `` /* 127-byte string literal not displayed */

	// Database options
	DBFilename string `short:"d" long:"db" description:"Data storage file" default:"aq.db" value-name:"<file>"`

	// Directory for calibration data
	CalibrationDataDir string `` /* 135-byte string literal not displayed */

	// Verbose
	Verbose bool `short:"v" long:"verbose"`
}

Opts contains command line options

Jump to

Keyboard shortcuts

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