Go
import (
"MySQLExport/build"
"github.com/urfave/cli/v2"
"log"
"os"
)
var AppFlags = []cli.Flag{
&cli.StringFlag{
Name: "config",
Aliases: []string{"c"},
Value: "./config.yaml",
Us...
9-03 2 views
Go
import (
"MySQLExport/build"
"github.com/urfave/cli/v2"
"log"
"os"
)
var AppFlags = []cli.Flag{
&...