authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-01-29 15:07:25 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-01-29 15:07:25 -08:00
log31e2be3d40050b7dd24de7d96ea0c6463d111db6
tree3abc9f69df0d0726f8c5e555d4d0fc07a9c8e6e2
parentdd76f16f116fb3310cf053e0e2e7fdd26a43e737

main: export commands var


1 files changed, 1 insertions(+), 1 deletions(-)

src/main.zig+1-1
......@@ -6,7 +6,7 @@ const u = @import("./util/index.zig");
66//
77//
88
9const commands = struct {
9pub const commands = struct {
1010 const init = @import("./cmd_init.zig");
1111 // const add = @import("./cmd_add.zig");
1212 const fetch = @import("./cmd_fetch.zig");