From 2fb38f90b23f4013e9079adfe2e630abc6dea17c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 26 Oct 2025 10:47:13 -0500 Subject: fixed --- main.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 111b76f..4ed3127 100644 --- a/main.go +++ b/main.go @@ -6,8 +6,9 @@ import ( "strings" "time" - "go.wit.com/log" + "github.com/alexflint/go-arg" "go.wit.com/lib/gui/shell" + "go.wit.com/log" ) // var accessf, clientf *os.File @@ -54,6 +55,7 @@ func okHandler(w http.ResponseWriter, r *http.Request) { } func main() { + arg.MustParse(&args) var hostname string = args.Hostname if hostname == "" { -- cgit v1.2.3