Add explicit job output panel
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user