some setup for subcommands: do nothing right now, experimenting with pointers

This commit is contained in:
2026-05-23 23:33:42 +02:00
parent 067078b28f
commit 88504d6043
8 changed files with 71 additions and 43 deletions
+2
View File
@@ -0,0 +1,2 @@
const std = @import("std");
const Reminder = @import("reminder.zig").Reminder;