summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-19 05:11:04 -0500
committerJeff Carr <[email protected]>2025-10-19 05:11:04 -0500
commit9836434ac9ac1313e5fd3ce4675fbf6dac4421e2 (patch)
tree52e98e39ecbf8e43fe2f95a362a2d8fddea78383 /main.go
parent8afd9b6bb91050f954625dbf5819672f02781d4b (diff)
new argvv0.23.146
Diffstat (limited to 'main.go')
-rw-r--r--main.go9
1 files changed, 1 insertions, 8 deletions
diff --git a/main.go b/main.go
index b361009..f81428c 100644
--- a/main.go
+++ b/main.go
@@ -17,19 +17,12 @@ import (
"go.wit.com/log"
)
-var VERSION string
-var BUILDTIME string
-
-var ARGNAME string = "guireleaser"
-
//go:embed resources/*
var resources embed.FS
-var argv args
-
func main() {
me = new(autoType)
- me.sh = argvpb.Autocomplete(&argv) // adds shell auto complete to go-args
+ me.argv = argvpb.Autocomplete(&argv) // adds shell auto complete to go-args
me.forge, _ = forgepb.Init()
me.found = new(gitpb.Repos)