func Execute()

in cmd/root.go [22:27]


func Execute() {
	if err := newRootCmd().Execute(); err != nil {
		// Not print an error because cobra.Command prints it.
		os.Exit(1)
	}
}