summaryrefslogtreecommitdiff
path: root/cmd/bitmask-helper/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/bitmask-helper/main.go')
-rw-r--r--cmd/bitmask-helper/main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/bitmask-helper/main.go b/cmd/bitmask-helper/main.go
index 3d19046..4a627d9 100644
--- a/cmd/bitmask-helper/main.go
+++ b/cmd/bitmask-helper/main.go
@@ -39,5 +39,6 @@ func main() {
}
config.Version = version
- helper.ServeHTTP(preferredPort)
+ // StartHelper is the main entry point - it also handles cli args in windows, and starts the http server.
+ helper.StartHelper(preferredPort)
}