From 5e7f902d5fae4014b8eef8c4945cbc131c6f701e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 19 Oct 2025 05:15:33 -0500 Subject: newer but still not right argv --- main.go | 7 ------- 1 file changed, 7 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index 20f0d4a..91ced42 100644 --- a/main.go +++ b/main.go @@ -14,18 +14,11 @@ import ( "go.wit.com/log" ) -// sent via -ldflags -var VERSION string -var BUILDTIME string - // this optionally can store the GUI plugins // //go:embed resources/* var resources embed.FS -// used for shell auto completion -var ARGNAME string = "regex" - // using this for now. triggers config save var configSave bool -- cgit v1.2.3