diff options
| author | Jeff Carr <[email protected]> | 2024-12-13 16:17:36 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-13 16:17:36 -0600 |
| commit | 2b090019a9149bf89f883c46786476ef8a827069 (patch) | |
| tree | ba8ee90c1f37535583eb3c02a4a0bc998051a3c8 /main.go | |
| parent | 6ea78a6e8ba73e98a396e03b9231bd2d6a9a5288 (diff) | |
make devel and user branches locally
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |
