summaryrefslogtreecommitdiff
path: root/exit.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-18 11:16:44 -0500
committerJeff Carr <[email protected]>2025-10-18 11:16:44 -0500
commit9278157fc2a5ac8835dbc1aa505ccff9ec5f064f (patch)
treef50bfcf029dff7bd2b7852f86489ed3a2db06cd2 /exit.go
parent42727d1d27bc2cd3f772396e3c6bea5b3df2e01d (diff)
new argv support scheme
Diffstat (limited to 'exit.go')
-rw-r--r--exit.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/exit.go b/exit.go
index 929e9e0..aa2c87f 100644
--- a/exit.go
+++ b/exit.go
@@ -4,7 +4,6 @@
package main
import (
- "go.wit.com/gui"
"go.wit.com/lib/protobuf/gitpb"
"go.wit.com/log"
)
@@ -12,8 +11,7 @@ import (
// callback for bash autocomplete to shutdown
// forge properly before exiting back to the shell
// hopefully will allow the GUI plugins to unload properly
-func (args) Exit() {
- gui.UnloadToolkits()
+func forgeExit() {
resetTerminalTitle()
if argv.Verbose {
log.Info("argv.Exit() got to forge.Exit()")