mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-05 11:51:16 -06:00
call runtime with the current cli context
This commit is contained in:
@@ -39,6 +39,7 @@ func Server(cfg *config.Config) *cli.Command {
|
||||
runtime.Services(append(runtime.MicroServices, runtime.Extensions...)),
|
||||
runtime.Logger(logger),
|
||||
runtime.MicroRuntime(cmd.DefaultCmd.Options().Runtime),
|
||||
runtime.Context(c),
|
||||
)
|
||||
|
||||
runtime.Start()
|
||||
|
||||
Reference in New Issue
Block a user