| ... | @@ -64,7 +64,7 @@ pub fn execute(args: [][]u8) !void { | ... | @@ -64,7 +64,7 @@ pub fn execute(args: [][]u8) !void { |
| 64 | } | 64 | } |
| 65 | std.debug.print("\n", .{}); | 65 | std.debug.print("\n", .{}); |
| 66 | } | 66 | } |
| 67 | { | 67 | if (unspecified_list.items.len > 0) { |
| 68 | std.debug.print(style.Bold ++ "Unspecified:\n", .{}); | 68 | std.debug.print(style.Bold ++ "Unspecified:\n", .{}); |
| 69 | std.debug.print(style.ResetIntensity, .{}); | 69 | std.debug.print(style.ResetIntensity, .{}); |
| 70 | for (unspecified_list.items) |item| { | 70 | for (unspecified_list.items) |item| { |