From 07f47cbd09afb08b414ba34e8c7d281414bf3c65 Mon Sep 17 00:00:00 2001 From: benzjeremy <313434618+benzjeremy@users.noreply.github.com> Date: Wed, 16 Sep 2026 23:26:50 +0200 Subject: [PATCH] Update CI report and apply recent changes --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index a4e0bd6..63fb433 100644 --- a/main.go +++ b/main.go @@ -38,6 +38,7 @@ func main() { domainFlag string daemonFlag bool versionFlag bool + guiFlag bool ) flag.IntVar(&portFlag, "port", 80, "HTTP server port (default 80)")