summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-13 16:17:36 -0600
committerJeff Carr <[email protected]>2024-12-13 16:17:36 -0600
commit2b090019a9149bf89f883c46786476ef8a827069 (patch)
treeba8ee90c1f37535583eb3c02a4a0bc998051a3c8 /main.go
parent6ea78a6e8ba73e98a396e03b9231bd2d6a9a5288 (diff)
make devel and user branches locally
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.go b/main.go
index 35f0473..c6d2683 100644
--- a/main.go
+++ b/main.go
@@ -15,6 +15,9 @@ import (
var VERSION string
var BUILDTIME string
+// using this for now. triggers config save
+var configSave bool
+
func main() {
me = new(mainType)
me.pp = arg.MustParse(&argv)