diff options
| author | Jeff Carr <[email protected]> | 2025-09-11 19:08:15 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-11 19:08:15 -0500 |
| commit | 475e72018e18757026e50c1f80d71b630461b7ec (patch) | |
| tree | 8cbc6bebd3fdebca54bbd9b46ecc5ef59c093a0c /main.go | |
| parent | aedb5a3bef4eb587e56744837f528836986e9f92 (diff) | |
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -66,6 +66,13 @@ func main() { } computeControlValues(me.repo) + if argv.Dump != nil { + for v := range me.repo.Control { + log.Infof("CONTROL: %s: %s\n", v, me.repo.Control[v]) + } + okExit("") + } + if argv.Gui != nil { // only load teh toolkit if you get this far me.myGui.Start() // loads the GUI toolkit |
