switch from micro/cli/v2 to urfave/cli/v2, like https://github.com/asim/go-micro/pull/2224

This commit is contained in:
Willy Kloucek
2021-09-14 16:05:03 +02:00
parent 776f392a9c
commit 7b30571aff
152 changed files with 177 additions and 157 deletions

View File

@@ -1,3 +1,4 @@
//go:build !simple
// +build !simple
package command
@@ -5,11 +6,11 @@ package command
import (
"strings"
"github.com/micro/cli/v2"
"github.com/owncloud/ocis/ocis-pkg/config"
"github.com/owncloud/ocis/ocis/pkg/flagset"
"github.com/owncloud/ocis/ocis/pkg/register"
"github.com/owncloud/ocis/ocis/pkg/runtime"
"github.com/urfave/cli/v2"
)
// Server is the entrypoint for the server command.