| ... | @@ -7,7 +7,7 @@ pub const commands_to_bootstrap = struct { | ... | @@ -7,7 +7,7 @@ pub const commands_to_bootstrap = struct { |
| 7 | }; | 7 | }; |
| 8 | | 8 | |
| 9 | pub const commands = struct { | 9 | pub const commands = struct { |
| 10 | usingnamespace commands_to_bootstrap; | 10 | pub usingnamespace commands_to_bootstrap; |
| 11 | pub const init = @import("./cmd/init.zig"); | 11 | pub const init = @import("./cmd/init.zig"); |
| 12 | pub const sum = @import("./cmd/sum.zig"); | 12 | pub const sum = @import("./cmd/sum.zig"); |
| 13 | pub const zpm = @import("./cmd/zpm.zig"); | 13 | pub const zpm = @import("./cmd/zpm.zig"); |