From 459b70bdd159eb5ced902097d0d6b56f86e0fd9b Mon Sep 17 00:00:00 2001 From: Miguel Elias dos Santos Date: Mon, 20 Jan 2025 08:27:55 +1100 Subject: [PATCH] Add comment to cmd.Run() --- cmd/cmd.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/cmd.go b/cmd/cmd.go index 51794956557..2e6797c11a7 100644 --- a/cmd/cmd.go +++ b/cmd/cmd.go @@ -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),