diff options
| author | Jeff Carr <[email protected]> | 2025-10-28 21:33:20 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-28 21:33:20 -0500 |
| commit | 4320bb66a4fdeaab25af5bfcd5badf43b354f317 (patch) | |
| tree | dd050c1eed782cbc105a94d4911c6a9d0af06684 /structs.go | |
| parent | 61d1215aec93fd8f38c95e43d212556621e66bb4 (diff) | |
this all needs to be redone
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,6 +8,7 @@ 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" @@ -37,6 +38,9 @@ func initForge() { me.forge.RescanRepos() } initMachine() + if env.Verbose() { + env.PrintTable() + } } func initMachine() { |
