Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Command ¶
type Command struct {
// Command is the dump cobra.Command instance
Command *cobra.Command
// Config contains application configuration
Config *config.Config
// Files contains the embedded configuration files and templates
Files config.Embedded
}
func (*Command) Subcommands ¶ added in v0.0.12
func (cmd *Command) Subcommands()
Subcommands adds all subcommands to the dump command.
Click to show internal directories.
Click to hide internal directories.