mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-02-05 23:07:12 +00:00
Eliminates duplication in the creation of HTTP headers
This commit is contained in:
@@ -54,6 +54,7 @@ pub fn main() !void {
|
||||
|
||||
fn run(allocator: Allocator, main_arena: Allocator, sighandler: *SigHandler) !void {
|
||||
const args = try Config.parseArgs(main_arena);
|
||||
defer args.deinit(main_arena);
|
||||
|
||||
switch (args.mode) {
|
||||
.help => {
|
||||
|
||||
Reference in New Issue
Block a user