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-27 12:02:55 +02:00
parent 776f392a9c
commit 7b30571aff
152 changed files with 177 additions and 157 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
package command
import "github.com/micro/cli/v2"
import "github.com/urfave/cli/v2"
func handleOriginalAction(c *cli.Context, cmd *cli.Command) error {