in cmd/license-eye/main.go [27:32]
func main() { if err := commands.Execute(); err != nil { logger.Log.Errorln(err) os.Exit(1) } }