| author | |
| committer | |
| log | 31e2be3d40050b7dd24de7d96ea0c6463d111db6 |
| tree | 3abc9f69df0d0726f8c5e555d4d0fc07a9c8e6e2 |
| parent | dd76f16f116fb3310cf053e0e2e7fdd26a43e737 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/main.zig+1-1| ... | ... | @@ -6,7 +6,7 @@ const u = @import("./util/index.zig"); |
| 6 | 6 | // |
| 7 | 7 | // |
| 8 | 8 | |
| 9 | const commands = struct { | |
| 9 | pub const commands = struct { | |
| 10 | 10 | const init = @import("./cmd_init.zig"); |
| 11 | 11 | // const add = @import("./cmd_add.zig"); |
| 12 | 12 | const fetch = @import("./cmd_fetch.zig"); |