summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorPaul Bütow <1224732+snonux@users.noreply.github.com>2025-06-20 21:24:04 +0300
committerPaul Bütow <1224732+snonux@users.noreply.github.com>2025-06-20 21:24:04 +0300
commit235ff7f34e46553386b2abb9104dd467c2724d70 (patch)
tree9ee5e7074f8b2f8c428e4151b8fc1acd44e11377 /cmd
parent1989b6a3d4339321797a442d2fa2bbee21e23cd1 (diff)
Show fireworks on exit
Diffstat (limited to 'cmd')
-rw-r--r--cmd/tasksamurai/main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/tasksamurai/main.go b/cmd/tasksamurai/main.go
index 52263de..a9d1837 100644
--- a/cmd/tasksamurai/main.go
+++ b/cmd/tasksamurai/main.go
@@ -35,4 +35,6 @@ func main() {
fmt.Fprintln(os.Stderr, "error running ui:", err)
os.Exit(1)
}
+
+ ui.Fireworks()
}