func Execute()

in cmd/root.go [47:52]


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