summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-11 19:08:15 -0500
committerJeff Carr <[email protected]>2025-09-11 19:08:15 -0500
commit475e72018e18757026e50c1f80d71b630461b7ec (patch)
tree8cbc6bebd3fdebca54bbd9b46ecc5ef59c093a0c /main.go
parentaedb5a3bef4eb587e56744837f528836986e9f92 (diff)
Diffstat (limited to 'main.go')
-rw-r--r--main.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/main.go b/main.go
index bb574ec..e705c6c 100644
--- a/main.go
+++ b/main.go
@@ -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