diff options
| author | Jeff Carr <[email protected]> | 2025-10-28 04:32:17 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-28 04:32:17 -0500 |
| commit | ef505d811db34278d60fdd2880229ad11cf5a190 (patch) | |
| tree | 9f0efa00f10a4c8d17552174eae341fd928e00ac /structs.go | |
| parent | b004731821efacd2c38a6b707c2d56025a237d6e (diff) | |
use go-args Help() text
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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() } |
