authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-01-31 12:04:59 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-01-31 12:04:59 -08:00
log2b50d632be44108a0b994500070d8ae7c9271765
tree6ed1d45234e5cbc2ad8602f7f1bba15aca04f98b
parentfadbc7086ce770835e747cd88b62859c34195b70

add zpm command to main


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

src/main.zig+1
......@@ -11,6 +11,7 @@ pub const commands = struct {
1111 // const add = @import("./cmd_add.zig");
1212 const fetch = @import("./cmd_fetch.zig");
1313 const sum = @import("./cmd_sum.zig");
14 const zpm = @import("./cmd_zpm.zig");
1415};
1516
1617pub fn main() !void {