mirror of
https://github.com/beego/bee.git
synced 2025-06-26 14:00:19 +00:00
Merge pull request #373 from sergeylanzman/add-scripts-options
add scripts option(custom commands)
This commit is contained in:
@ -27,6 +27,7 @@ import (
|
||||
_ "github.com/beego/bee/cmd/commands/new"
|
||||
_ "github.com/beego/bee/cmd/commands/pack"
|
||||
_ "github.com/beego/bee/cmd/commands/run"
|
||||
_ "github.com/beego/bee/cmd/commands/scripts"
|
||||
_ "github.com/beego/bee/cmd/commands/version"
|
||||
"github.com/beego/bee/utils"
|
||||
)
|
||||
|
Reference in New Issue
Block a user