Skip to content

Commit

Permalink
Add comment to cmd.Run()
Browse files Browse the repository at this point in the history
  • Loading branch information
migueleliasweb committed Jan 19, 2025
1 parent 1dac448 commit 459b70b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ func init() {
logrus.SetFormatter(&logrus.TextFormatter{DisableTimestamp: true})
}

// Run bootstraps & runs the CLI
func Run() {
// Bundle plugin which built the golang projects scaffold with base.go/v4 and kustomize/v2 plugins
gov4Bundle, _ := plugin.NewBundleWithOptions(plugin.WithName(golang.DefaultNameQualifier),
Expand Down

0 comments on commit 459b70b

Please sign in to comment.