summaryrefslogtreecommitdiff
path: root/argv.template.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-24 18:30:50 -0500
committerJeff Carr <[email protected]>2025-10-24 18:30:50 -0500
commit7b4f0639d861d104c67817e1f47816fa5e80b07d (patch)
tree3f8f94b82376ae3538a0ad210c23e37b512bab95 /argv.template.go
parent1fc75cd8934b220db3814710c0a79d549fcf827f (diff)
s/ENV/env/ but ENV really is better herev0.25.100
Diffstat (limited to 'argv.template.go')
-rw-r--r--argv.template.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/argv.template.go b/argv.template.go
index 4af2c7a..681be3b 100644
--- a/argv.template.go
+++ b/argv.template.go
@@ -10,7 +10,7 @@ import (
"go.wit.com/dev/alexflint/arg"
"go.wit.com/gui"
- "go.wit.com/lib/ENV"
+ "go.wit.com/lib/env"
"go.wit.com/lib/fhelp"
"go.wit.com/log"
)
@@ -64,8 +64,8 @@ func (args) InitGui() error {
func (args) Exit() {
gui.UnloadToolkits()
- if ENV.Verbose() {
- log.Info("argv.Exit() called", APPNAME+".Exit() because ENV.Verbose() == true")
+ if env.Verbose() {
+ log.Info("argv.Exit() called", APPNAME+".Exit() because env.Verbose() == true")
}
// remove this from the template for your app (or make one for youself if you need it)
forgeExit() // custom forge shutdown function