1
0
mirror of https://github.com/beego/bee.git synced 2025-06-11 18:40:40 +00:00

add command "bee pro toml" for create beegopro.toml

This commit is contained in:
wangle
2020-09-10 19:35:44 +08:00
parent 8b942b1f22
commit 8f0badc630
2 changed files with 28 additions and 6 deletions

View File

@ -47,6 +47,8 @@ func BeegoPro(cmd *commands.Command, args []string) int {
switch gcmd {
case "gen":
beegopro.DefaultBeegoPro.Run()
case "toml":
beegopro.DefaultBeegoPro.InitToml()
case "config":
beegopro.DefaultBeegoPro.GenConfig()
case "migration":