func Execute()

in cmd/root.go [23:28]


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