authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-02-20 18:53:13 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-02-20 18:53:13 -08:00
log87e44da03a6afa400b64e578f3af66c83e66b933
tree45026da7a81726e515bb6d13b8cbb3b4f741f121
parent2405f3305f050b63a3a11fb2dcf31b005b67d85e

add the license command


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

src/main.zig+1
...@@ -17,6 +17,7 @@ pub const commands = struct {...@@ -17,6 +17,7 @@ pub const commands = struct {
17 const fetch = @import("./cmd_fetch.zig");17 const fetch = @import("./cmd_fetch.zig");
18 const sum = @import("./cmd_sum.zig");18 const sum = @import("./cmd_sum.zig");
19 const zpm = @import("./cmd_zpm.zig");19 const zpm = @import("./cmd_zpm.zig");
20 const license = @import("./cmd/license.zig");
20};21};
2122
22pub fn main() !void {23pub fn main() !void {