attempt to fix flags

This commit is contained in:
A.Unger
2021-11-05 16:20:00 +01:00
parent 9466e01a3c
commit 3206b98359
7 changed files with 1 additions and 475 deletions
-2
View File
@@ -9,7 +9,6 @@ import (
"github.com/oklog/run"
"github.com/owncloud/ocis/store/pkg/config"
"github.com/owncloud/ocis/store/pkg/flagset"
"github.com/owncloud/ocis/store/pkg/metrics"
"github.com/owncloud/ocis/store/pkg/server/debug"
"github.com/owncloud/ocis/store/pkg/server/grpc"
@@ -21,7 +20,6 @@ func Server(cfg *config.Config) *cli.Command {
return &cli.Command{
Name: "server",
Usage: "Start integrated server",
Flags: flagset.ServerWithConfig(cfg),
Before: func(ctx *cli.Context) error {
if err := ParseConfig(ctx, cfg); err != nil {