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),