format code (#979)
This commit is contained in:
@@ -28,6 +28,7 @@ const (
|
|||||||
flagStyle = "style"
|
flagStyle = "style"
|
||||||
flagDatabase = "database"
|
flagDatabase = "database"
|
||||||
flagSchema = "schema"
|
flagSchema = "schema"
|
||||||
|
flagHome = "home"
|
||||||
)
|
)
|
||||||
|
|
||||||
var errNotMatched = errors.New("sql not matched")
|
var errNotMatched = errors.New("sql not matched")
|
||||||
@@ -40,7 +41,7 @@ func MysqlDDL(ctx *cli.Context) error {
|
|||||||
idea := ctx.Bool(flagIdea)
|
idea := ctx.Bool(flagIdea)
|
||||||
style := ctx.String(flagStyle)
|
style := ctx.String(flagStyle)
|
||||||
database := ctx.String(flagDatabase)
|
database := ctx.String(flagDatabase)
|
||||||
home := ctx.String("home")
|
home := ctx.String(flagHome)
|
||||||
|
|
||||||
if len(home) > 0 {
|
if len(home) > 0 {
|
||||||
file.RegisterGoctlHome(home)
|
file.RegisterGoctlHome(home)
|
||||||
|
|||||||
Reference in New Issue
Block a user