From 35482563e5fc3491254120dd2f4faa778bfadfff Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 12 Oct 2025 01:33:48 -0500 Subject: try new names --- exit.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'exit.go') 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() } -- cgit v1.2.3