diff --git a/src/main.zig b/src/main.zig index 8e68ab3..f1cb3c8 100644 --- a/src/main.zig +++ b/src/main.zig @@ -264,7 +264,6 @@ fn doRun(allocator: *std.mem.Allocator, args_it: anytype) !void { } pub fn main() !void { - // const allocator = std.heap.page_allocator; var allocator_instance = std.heap.GeneralPurposeAllocator(.{}){}; defer { _ = allocator_instance.deinit(); @@ -273,7 +272,6 @@ pub fn main() !void { var args_it = std.process.args(); - // TODO print help _ = args_it.skip(); const cli_command_opt = args_it.next(allocator); if (cli_command_opt == null) {