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 {
1717 const fetch = @import("./cmd_fetch.zig");
1818 const sum = @import("./cmd_sum.zig");
1919 const zpm = @import("./cmd_zpm.zig");
20 const license = @import("./cmd/license.zig");
2021};
2122
2223pub fn main() !void {