summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-27 01:36:08 -0500
committerJeff Carr <[email protected]>2025-10-27 01:36:08 -0500
commitfc8a572f15cfb275e6781a5f1355845ef212d23a (patch)
treede0a385eb5166904f03dd70aa3e246aae8381ba8 /structs.go
parent6b70cc1f09163a455a8b85047bf393ea201b46c7 (diff)
minor
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 93e0c4c..62fb875 100644
--- a/structs.go
+++ b/structs.go
@@ -38,7 +38,9 @@ func initForge() {
}
me.forge.RescanRepos()
}
- env.PrintTable()
+ if env.Verbose() {
+ env.PrintTable()
+ }
initMachine()
}