mirror of
https://github.com/beego/bee.git
synced 2024-11-25 04:40:54 +00:00
Add empty line.
This commit is contained in:
parent
b94b47d7d5
commit
f8e9f67ae6
@ -166,6 +166,7 @@ func appCode(cmd *commands.Command, args []string, currpath string) {
|
|||||||
beeLogger.Log.Infof("Using '%s' as 'Level'", generate.Level)
|
beeLogger.Log.Infof("Using '%s' as 'Level'", generate.Level)
|
||||||
generate.GenerateAppcode(generate.SQLDriver.String(), generate.SQLConn.String(), generate.Level.String(), generate.Tables.String(), currpath)
|
generate.GenerateAppcode(generate.SQLDriver.String(), generate.SQLConn.String(), generate.Level.String(), generate.Tables.String(), currpath)
|
||||||
}
|
}
|
||||||
|
|
||||||
func migration(cmd *commands.Command, args []string, currpath string) {
|
func migration(cmd *commands.Command, args []string, currpath string) {
|
||||||
if len(args) < 2 {
|
if len(args) < 2 {
|
||||||
beeLogger.Log.Fatal("Wrong number of arguments. Run: bee help generate")
|
beeLogger.Log.Fatal("Wrong number of arguments. Run: bee help generate")
|
||||||
|
Loading…
Reference in New Issue
Block a user