diff options
Diffstat (limited to 'exit.go')
| -rw-r--r-- | exit.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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() } |
