func Execute()

in cmd/psa-checker/root.go [57:62]


func Execute() {
	err := rootCmd.Execute()
	if err != nil {
		os.Exit(1)
	}
}