summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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)