summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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