config

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2024 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DEFAULT = Config{
	Debug: false,

	FileListingConfig: context.DEFAULT_FILE_LISTING_CONFIG,
	ShellConfig:       context.DEFAULT_SHELL_CONFIG,
}

Functions

This section is empty.

Types

type Config

type Config struct {
	Debug bool `toml:"debug"`
	// Count int `toml:"count"`
	context.FileListingConfig `toml:"FileListing"`
	context.ShellConfig       `toml:"Shell"`
}

func Load

func Load() (cfg Config, err error)

Jump to

Keyboard shortcuts

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