diff options
| author | Jeff Carr <[email protected]> | 2025-10-22 09:20:03 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-22 09:20:03 -0500 |
| commit | c75fa816b2cf1b51385065f57ead6fc52606e9bd (patch) | |
| tree | db7306b5d706874e60fc0f8d066fbb403b050605 /argv.template.go | |
| parent | 4cb0a4e85cf25244e1e7bbd8d9ef8135582c7ee9 (diff) | |
step1v0.1.60
Diffstat (limited to 'argv.template.go')
| -rw-r--r-- | argv.template.go | 3 |
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) |
