summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-28 04:32:17 -0500
committerJeff Carr <[email protected]>2025-10-28 04:32:17 -0500
commitef505d811db34278d60fdd2880229ad11cf5a190 (patch)
tree9f0efa00f10a4c8d17552174eae341fd928e00ac /structs.go
parentb004731821efacd2c38a6b707c2d56025a237d6e (diff)
use go-args Help() text
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/structs.go b/structs.go
index 62fb875..aa71526 100644
--- a/structs.go
+++ b/structs.go
@@ -8,7 +8,6 @@ import (
"go.wit.com/dev/alexflint/arg"
"go.wit.com/lib/debian"
- "go.wit.com/lib/env"
"go.wit.com/lib/fhelp"
"go.wit.com/lib/protobuf/argvpb"
"go.wit.com/lib/protobuf/forgepb"
@@ -26,7 +25,6 @@ type mainType struct {
myGui *fhelp.GuiPrep // for initializing the GUI toolkits
forge *forgepb.Forge // your customized repo preferences and settings
machine *zoopb.Machine // your customized repo preferences and settings
- homedir string // where the user homedir is
}
func initForge() {
@@ -38,9 +36,6 @@ func initForge() {
}
me.forge.RescanRepos()
}
- if env.Verbose() {
- env.PrintTable()
- }
initMachine()
}