cmd

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	MuteF    bool
	HolderF  string
	YearF    string
	LicenseF string
	TmplF    string
	SkipF    []string
	SPDXIDsF string
)

Functions

func Execute

func Execute()

Execute executes the root command

Types

type Config

type Config struct {
	Nwa NwaConfig `yaml:"nwa"`
}

type NwaConfig

type NwaConfig struct {
	Cmd     string   `yaml:"cmd"`
	Holder  string   `yaml:"holder"`
	Year    string   `yaml:"year"`
	License string   `yaml:"license"`
	Mute    bool     `yaml:"mute"`
	Path    []string `yaml:"path"`
	Skip    []string `yaml:"skip"`
	SPDXIDS string   `yaml:"spdxids"`
	Tmpl    string   `yaml:"tmpl"`
}

Jump to

Keyboard shortcuts

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