diff options
| author | Jeff Carr <[email protected]> | 2025-10-19 15:29:02 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-19 15:29:02 -0500 |
| commit | 3246e9b1f7ba7b983ca536f06d1dbbb636d1ad5b (patch) | |
| tree | fc7e065170afb516ecb9d77401e4aec8ec8b3743 /argv.template.go | |
| parent | 1a618273bf123cef8a91cccd191b32b605c90abc (diff) | |
redo argv name
Diffstat (limited to 'argv.template.go')
| -rw-r--r-- | argv.template.go | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
