diff options
| author | Jeff Carr <[email protected]> | 2025-10-18 11:16:44 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-18 11:16:44 -0500 |
| commit | 9278157fc2a5ac8835dbc1aa505ccff9ec5f064f (patch) | |
| tree | f50bfcf029dff7bd2b7852f86489ed3a2db06cd2 /exit.go | |
| parent | 42727d1d27bc2cd3f772396e3c6bea5b3df2e01d (diff) | |
new argv support scheme
Diffstat (limited to 'exit.go')
| -rw-r--r-- | exit.go | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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()") |
