config: remove --no-record agent argument

This commit is contained in:
Adrià Arrufat
2026-04-08 11:55:58 +02:00
parent 3cc46f10e2
commit 0aa96bff79

View File

@@ -950,11 +950,6 @@ fn parseAgentArgs(
continue;
}
if (std.mem.eql(u8, "--no-record", opt) or std.mem.eql(u8, "--no_record", opt)) {
result.record_file = null;
continue;
}
if (try parseCommonArg(allocator, opt, args, &result.common)) {
continue;
}