summaryrefslogtreecommitdiff
path: root/exit.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-12 01:33:48 -0500
committerJeff Carr <[email protected]>2025-10-12 01:33:48 -0500
commit35482563e5fc3491254120dd2f4faa778bfadfff (patch)
tree28479d279b89a82f78629182321f5a930967a3c8 /exit.go
parent0c2423043d2ba9979dca951a61473925edd2def6 (diff)
try new names
Diffstat (limited to 'exit.go')
-rw-r--r--exit.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/exit.go b/exit.go
index e0096e2..ae1ceac 100644
--- a/exit.go
+++ b/exit.go
@@ -9,6 +9,9 @@ import (
"go.wit.com/log"
)
+// 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() {
forgeShutdown()
}