@@ -19,6 +19,7 @@ pub fn build(b: *std.Build) void {
}),
});
exe.root_module.addImport("zigmulator", zigmulator);
b.installArtifact(exe);
const run_cmd = b.addRunArtifact(exe);
if (b.args) |args| {
The note is not visible to the blocked user.