Documentation
¶
Overview ¶
Package platform implements the platform dump subcommand for godyl. It displays information about the detected system platform.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Command ¶
type Command struct {
// Command is the platform 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 platform dump command with its associated configuration.
func NewPlatformCommand ¶
NewPlatformCommand creates a Command for displaying platform information.
Click to show internal directories.
Click to hide internal directories.