| author | |
| committer | |
| log | 6a2d664e1236c62f55f02f74b51c067e57a81b63 |
| tree | ef5a9fa237c5406dfce66a7b07b49fdce0a45dfc |
| parent | 513aa28629ff712a6f5171f046e3908eecdc6a3e |
2 files changed, 2 insertions(+), 2 deletions(-)
src/lib.zig+1-1| ... | ... | @@ -7,7 +7,7 @@ pub const commands_to_bootstrap = struct { |
| 7 | 7 | }; |
| 8 | 8 | |
| 9 | 9 | pub const commands = struct { |
| 10 | usingnamespace commands_to_bootstrap; | |
| 10 | pub usingnamespace commands_to_bootstrap; | |
| 11 | 11 | pub const init = @import("./cmd/init.zig"); |
| 12 | 12 | pub const sum = @import("./cmd/sum.zig"); |
| 13 | 13 | pub const zpm = @import("./cmd/zpm.zig"); |
src/util/index.zig+1-1| ... | ... | @@ -1 +1 @@ |
| 1 | usingnamespace @import("./funcs.zig"); | |
| 1 | pub usingnamespace @import("./funcs.zig"); |