Documentation ¶
Index ¶
Constants ¶
View Source
const ( LocalsTemplatePath = "templates/locals_file.tmpl" VariableTemplatePath = "templates/variables_file.tmpl" MainTemplatePath = "templates/main_file.tmpl" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RootCommand ¶
type RootCommand struct { *cobra.Command DryRun bool Verbose bool // contains filtered or unexported fields }
func NewRootCommand ¶
func NewRootCommand(log logger.Logger) *RootCommand
Click to show internal directories.
Click to hide internal directories.