config

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	NonInteractive bool `mapstructure:"-"`

	//NoColor      bool             `mapstructure:"no_color"` //todo
	UseSystemKeyring bool             `mapstructure:"use_system_keyring"`
	Experimental     ExperimentalOpts `mapstructure:"experimental"`
}

Config represents the app-global configuration options.

Not all are loaded from the config file, some are set via global command flags. Flag values are indicated by a `mapstructure:"-"` tag.

type ExperimentalOpts

type ExperimentalOpts struct {
}

Jump to

Keyboard shortcuts

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