mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-06-11 09:35:59 -04:00
cli: report failure on lightpanda serve serve case
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user