mirror of
https://github.com/fosrl/olm.git
synced 2026-02-08 05:56:41 +00:00
7
main.go
7
main.go
@@ -87,6 +87,13 @@ func main() {
|
||||
os.Exit(1)
|
||||
}
|
||||
return
|
||||
case "logs":
|
||||
err := watchLogFile(false)
|
||||
if err != nil {
|
||||
fmt.Printf("Failed to watch log file: %v\n", err)
|
||||
os.Exit(1)
|
||||
}
|
||||
return
|
||||
case "help", "--help", "-h":
|
||||
fmt.Println("Olm WireGuard VPN Client")
|
||||
fmt.Println("\nWindows Service Management:")
|
||||
|
||||
Reference in New Issue
Block a user