switch from micro/cli/v2 to urfave/cli/v2, like https://github.com/asim/go-micro/pull/2224
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user