authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-07-10 18:07:27 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-07-10 18:07:27 -07:00
log9690ee6ddfd428430ec40aab830d058b7b3c6216
tree2105ff7014a24bf7b8091d8e3e18e10f440e45c3
parent4369779330109bf0d0af86d95ae969bb844a995d

dry up commands struct


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

src/lib.zig+1-2
......@@ -4,9 +4,8 @@ pub const commands_to_bootstrap = struct {
44};
55
66pub const commands = struct {
7 usingnamespace commands_to_bootstrap;
78 pub const init = @import("./cmd/init.zig");
8 pub const fetch = @import("./cmd/fetch.zig");
9 pub const ci = @import("./cmd/ci.zig");
109 pub const sum = @import("./cmd/sum.zig");
1110 pub const zpm = @import("./cmd/zpm.zig");
1211 pub const license = @import("./cmd/license.zig");