summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-22 09:18:46 -0500
committerJeff Carr <[email protected]>2025-10-22 09:18:46 -0500
commitaf4776d087afda0408ea6fc0455aea1dd9842bdf (patch)
treee25c6b6a91abf768e2e595d03bc2514b745dd1a2
parent26cef99d4deca65ef664459ba4278d5346883013 (diff)
step1v0.0.34
-rw-r--r--argv.template.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/argv.template.go b/argv.template.go
index e7a9948..1808722 100644
--- a/argv.template.go
+++ b/argv.template.go
@@ -10,6 +10,7 @@ import (
"go.wit.com/dev/alexflint/arg"
"go.wit.com/gui"
+ "go.wit.com/lib/ENV"
"go.wit.com/lib/fhelp"
"go.wit.com/log"
)
@@ -63,7 +64,7 @@ func (args) InitGui() error {
func (args) Exit() {
gui.UnloadToolkits()
- if me.argv.Verbose() {
+ if ENV.Verbose() {
log.Info("argv.Exit() called", APPNAME+".Exit()")
}
// remove this from the template for your app (or make one for youself if you need it)