Documentation
¶
Overview ¶
Package tools provides configuration for dumping tool information.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Tools ¶
type Tools struct {
// Tracker embed the common tracker configuration, allowing to tracker
// whether configuration values have been explicitly set or defaulted
shared.Tracker `mapstructure:"-" yaml:"-"`
// Tags are the tags to consider when dumping tools
Tags []string `mapstructure:"tags" yaml:"tags"`
// Full indicates whether to dump full tool information
Full bool `mapstructure:"full" yaml:"full"`
// Embedded indicates whether to dump the embedded tools
Embedded bool `mapstructure:"embedded" yaml:"embedded"`
}
Tools holds the configuration for the `dump tools` subcommand.
Click to show internal directories.
Click to hide internal directories.