summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-22 15:54:16 -0500
committerJeff Carr <[email protected]>2025-10-22 15:54:16 -0500
commit48e4bcddb3326292342dfd831f0c4edc40bdac81 (patch)
treea9be35ff2bd46a5cc000229b58323d673a61c664 /main.go
parenteef1fc09132415c28796c36eccf03de3654aedfd (diff)
fixes in ENV
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 5a7c184..59fa1be 100644
--- a/main.go
+++ b/main.go
@@ -24,6 +24,7 @@ var resources embed.FS
func main() {
me = new(autoType)
me.argv = argvpb.Autocomplete(&argv) // adds shell auto complete to go-args
+ ENV.PrintTable()
me.forge, _ = forgepb.Init()
me.found = new(gitpb.Repos)