cli: report failure on lightpanda serve serve case

This commit is contained in:
Halil Durak
2026-04-22 16:37:37 +03:00
parent 7035317e3e
commit fa302a1db1

View File

@@ -574,6 +574,9 @@ pub fn Builder(comptime commands: anytype) type {
},
inline else => @compileError("not supported"),
}
} else {
log.fatal(.app, "unknown argument", .{ .mode = command.name, .arg = option_name });
return error.UnknownOption;
}
}