Skip to content

Commit 459b70b

Browse files
Add comment to cmd.Run()
1 parent 1dac448 commit 459b70b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/cmd.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ func init() {
3636
logrus.SetFormatter(&logrus.TextFormatter{DisableTimestamp: true})
3737
}
3838

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

0 commit comments

Comments
 (0)