1
0
mirror of https://github.com/beego/bee.git synced 2025-06-12 15:10:39 +00:00

接收不同git仓库

This commit is contained in:
王厚伟
2021-01-08 02:09:11 +08:00
parent f150956981
commit a44ef93f99
3 changed files with 32 additions and 8 deletions

View File

@ -32,6 +32,7 @@ func init() {
CmdBeegoPro.Flag.Var(&beegopro.SQL, "sql", "sql file path")
CmdBeegoPro.Flag.Var(&beegopro.SQLMode, "sqlmode", "sql mode")
CmdBeegoPro.Flag.Var(&beegopro.SQLModePath, "sqlpath", "sql mode path")
CmdBeegoPro.Flag.Var(&beegopro.GitRemotePath, "url", "git remote path")
commands.AvailableCommands = append(commands.AvailableCommands, CmdBeegoPro)
}