| author | |
| committer | |
| log | 126199765cc76294e3534f41ef147d925c0cd7f8 |
| tree | d8cb8fbc8d40a0ced6bc6690d276aa69bfccdff0 |
| parent | b97bd3334a9202eb4f456c677d4d9f285dc7458d |
1 files changed, 1 insertions(+), 0 deletions(-)
src/main.zig+1| ... | @@ -43,6 +43,7 @@ pub fn main() !void { | ... | @@ -43,6 +43,7 @@ pub fn main() !void { |
| 43 | if (std.mem.eql(u8, args[0], decl.name)) { | 43 | if (std.mem.eql(u8, args[0], decl.name)) { |
| 44 | const cmd = @field(available, decl.name); | 44 | const cmd = @field(available, decl.name); |
| 45 | try cmd.execute(args[1..]); | 45 | try cmd.execute(args[1..]); |
| 46 | std.debug.print("\n", .{}); | ||
| 46 | return; | 47 | return; |
| 47 | } | 48 | } |
| 48 | } | 49 | } |