From 3246e9b1f7ba7b983ca536f06d1dbbb636d1ad5b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 19 Oct 2025 15:29:02 -0500 Subject: redo argv name --- argv.template.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'argv.template.go') diff --git a/argv.template.go b/argv.template.go index 07a161f..35a8c99 100644 --- a/argv.template.go +++ b/argv.template.go @@ -63,8 +63,8 @@ func (args) InitGui() error { func (args) Exit() { gui.UnloadToolkits() - if me.sh.Verbose() { - log.Info("argv.Exit() called", APPNAME+".Exit()") + if me.argv.Verbose() { + log.Info("argv.Exit() called", APPNAME+".Exit() because me.argv.Verbose() == true") } // remove this from the template for your app (or make one for youself if you need it) forgeExit() // custom forge shutdown function -- cgit v1.2.3