summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-12 00:56:02 -0500
committerJeff Carr <[email protected]>2025-10-12 00:56:02 -0500
commiteebba5eb3120611e8006bba2a7efde9352de48d6 (patch)
tree5d040fc71241c1e368854c186fbb77d41bfe66b8 /main.go
parent93388abe25a0b333ea44e58f4a9d61a5fe82f844 (diff)
Exit() callback from argv
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.go b/main.go
index a6920c7..a180acb 100644
--- a/main.go
+++ b/main.go
@@ -77,7 +77,6 @@ func main() {
if me.sh.Cmd == "" {
s, err := doDefaultBehavior()
- forgeShutdown()
if err != nil {
me.sh.BadExit(s, err)
}
@@ -155,7 +154,6 @@ func main() {
debug() // sits here forever
}
- forgeShutdown()
if err != nil {
me.sh.BadExit(s, err)
}