func main()

in cmd/main.go [28:33]


func main() {
	if err := rootCmd.Execute(); err != nil {
		logger.Log.Errorln(err)
		os.Exit(1)
	}
}