Documentation
¶
Overview ¶
Package tools implements the tools dump subcommand for godyl. It displays information about the configured tools.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Command ¶
type Command struct {
// Command is the tools cobra.Command instance
Command *cobra.Command
// Config contains application configuration
Config *config.Config
// Files contains the embedded configuration files and templates
Files config.Embedded
}
Command encapsulates the tools dump command with its associated configuration.
func NewToolsCommand ¶
NewToolsCommand creates a Command for displaying tools information.
Click to show internal directories.
Click to hide internal directories.