добавлен флаг --now

This commit is contained in:
2025-08-15 22:29:03 +03:00
parent 0b22531dd4
commit cef456b962
3 changed files with 59 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ type Options struct {
DB *bbolt.DB
Config *config.Config
Mux *http.ServeMux
RunNow bool
}
func Register(sd starlark.StringDict, opts *Options) {