移除过时命令

pull/358/head
lifei6671 2018-07-11 18:06:02 +08:00
parent a99b434cec
commit cf043c25a3
1 changed files with 1 additions and 4 deletions

View File

@ -21,7 +21,6 @@ import (
"github.com/astaxie/beego/orm"
"github.com/lifei6671/gocaptcha"
"github.com/lifei6671/mindoc/cache"
"github.com/lifei6671/mindoc/commands/migrate"
"github.com/lifei6671/mindoc/conf"
"github.com/lifei6671/mindoc/models"
"github.com/lifei6671/mindoc/utils/filetil"
@ -133,10 +132,8 @@ func RegisterCommand() {
} else if len(os.Args) >= 2 && os.Args[1] == "version" {
CheckUpdate()
os.Exit(0)
} else if len(os.Args) >= 2 && os.Args[1] == "migrate" {
ResolveCommand(os.Args[2:])
migrate.RunMigration()
}
}
//注册模板函数