From e7c36212fd92831da621fba38e439fd765cd08e0 Mon Sep 17 00:00:00 2001 From: hellojukay Date: Mon, 7 Aug 2023 21:35:14 +0800 Subject: [PATCH] Update main.go --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 34ec9c4..4c5473e 100644 --- a/main.go +++ b/main.go @@ -39,6 +39,7 @@ func loadEnv(files ...string) { } } + func main() { c := exec.Command(os.Args[1], os.Args[2:]...) c.Stderr = os.Stderr