aboutsummaryrefslogtreecommitdiff
package main

import (
	"os"
)

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