| ... | @@ -81,6 +81,7 @@ pub fn execute(args: [][]u8) !void { | ... | @@ -81,6 +81,7 @@ pub fn execute(args: [][]u8) !void { |
| 81 | try file.seekTo(try file.getEndPos()); | 81 | try file.seekTo(try file.getEndPos()); |
| 82 | | 82 | |
| 83 | const file_w = file.writer(); | 83 | const file_w = file.writer(); |
| | 84 | try file_w.print("\n", .{}); |
| 84 | try file_w.print(" - src: git {s}\n", .{found.git}); | 85 | try file_w.print(" - src: git {s}\n", .{found.git}); |
| 85 | try file_w.print(" name: {s}\n", .{found.name}); | 86 | try file_w.print(" name: {s}\n", .{found.name}); |
| 86 | try file_w.print(" main: {s}\n", .{found.root_file.?[1..]}); | 87 | try file_w.print(" main: {s}\n", .{found.root_file.?[1..]}); |