sync with ocis-hello flags handling

This commit is contained in:
A.Unger
2019-12-11 16:08:24 +01:00
parent 307fdc810c
commit 2ba2c68a0b
4 changed files with 14 additions and 5 deletions
+2
View File
@@ -137,6 +137,8 @@ func Server(cfg *config.Config) cli.Command {
http.Context(ctx),
http.Config(cfg),
http.Metrics(metrics),
http.Flags(flagset.RootWithConfig(cfg)),
http.Flags(flagset.ServerWithConfig(cfg)),
)
if err != nil {