We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dac448 commit 459b70bCopy full SHA for 459b70b
cmd/cmd.go
@@ -36,6 +36,7 @@ func init() {
36
logrus.SetFormatter(&logrus.TextFormatter{DisableTimestamp: true})
37
}
38
39
+// Run bootstraps & runs the CLI
40
func Run() {
41
// Bundle plugin which built the golang projects scaffold with base.go/v4 and kustomize/v2 plugins
42
gov4Bundle, _ := plugin.NewBundleWithOptions(plugin.WithName(golang.DefaultNameQualifier),
0 commit comments