INNER CODE UNIT · Go

Execute

FairwindsOps/polaris · cmd/polaris/root.go:98

func Execute(VERSION string) {
	version = VERSION
	if err := rootCmd.Execute(); err != nil {
		logrus.Error(err)
		os.Exit(1)
	}
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…