From e1d7974666165e247cd0063f9c217940f1bd25b5 Mon Sep 17 00:00:00 2001 From: r4 Date: Mon, 26 Jul 2021 13:53:05 +0200 Subject: [PATCH] trigger hook --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index 6953852..298b983 100644 --- a/main.go +++ b/main.go @@ -340,7 +340,6 @@ func main() { if len(os.Args) < 2 { usage(os.Args[0], 1) } - // Parse command line arguments. for i := 1; i < len(os.Args); i++ { // Returns the argument after the given option. Errors if there is no