tools

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package tools provides configuration for dumping tool information.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Flags

func Flags(cmd *cobra.Command)

Flags configures the command-line flags for the dump tools command.

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.

Jump to

Keyboard shortcuts

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