block logic

This commit is contained in:
2025-12-17 11:09:54 +02:00
parent d78a6bedd5
commit cda0edfde2
4 changed files with 133 additions and 15 deletions

View File

@@ -18,8 +18,8 @@ import (
)
var optsServeCmd = struct {
ConfigPath *string
Debug *bool
ConfigPath *string
Debug *bool
HideGreetings *bool
}{}