Add explicit job output panel

This commit is contained in:
slhx agent
2026-06-21 04:12:54 +02:00
parent 871f3b4917
commit caba99fb40
4 changed files with 342 additions and 1 deletions
+2
View File
@@ -1,5 +1,6 @@
const std = @import("std");
const input = @import("input.zig");
const job = @import("job.zig");
const layout = @import("layout.zig");
const leader = @import("leader.zig");
const mobile_acceptance = @import("mobile_acceptance.zig");
@@ -124,6 +125,7 @@ fn collectRemainingArgs(allocator: std.mem.Allocator, args: *std.process.Args.It
test {
_ = input;
_ = job;
_ = layout;
_ = leader;
_ = mobile_acceptance;