|
|
|
@ -16,25 +16,25 @@
|
|
|
|
|
package cmd |
|
|
|
|
|
|
|
|
|
import ( |
|
|
|
|
"github.com/beego/bee/cmd/commands" |
|
|
|
|
_ "github.com/beego/bee/cmd/commands/api" |
|
|
|
|
_ "github.com/beego/bee/cmd/commands/bale" |
|
|
|
|
_ "github.com/beego/bee/cmd/commands/beefix" |
|
|
|
|
_ "github.com/beego/bee/cmd/commands/beegopro" |
|
|
|
|
_ "github.com/beego/bee/cmd/commands/dev" |
|
|
|
|
_ "github.com/beego/bee/cmd/commands/dlv" |
|
|
|
|
_ "github.com/beego/bee/cmd/commands/dockerize" |
|
|
|
|
_ "github.com/beego/bee/cmd/commands/generate" |
|
|
|
|
_ "github.com/beego/bee/cmd/commands/hprose" |
|
|
|
|
_ "github.com/beego/bee/cmd/commands/migrate" |
|
|
|
|
_ "github.com/beego/bee/cmd/commands/new" |
|
|
|
|
_ "github.com/beego/bee/cmd/commands/pack" |
|
|
|
|
_ "github.com/beego/bee/cmd/commands/rs" |
|
|
|
|
_ "github.com/beego/bee/cmd/commands/run" |
|
|
|
|
_ "github.com/beego/bee/cmd/commands/server" |
|
|
|
|
_ "github.com/beego/bee/cmd/commands/update" |
|
|
|
|
_ "github.com/beego/bee/cmd/commands/version" |
|
|
|
|
"github.com/beego/bee/utils" |
|
|
|
|
"github.com/beego/bee/v2/cmd/commands" |
|
|
|
|
_ "github.com/beego/bee/v2/cmd/commands/api" |
|
|
|
|
_ "github.com/beego/bee/v2/cmd/commands/bale" |
|
|
|
|
_ "github.com/beego/bee/v2/cmd/commands/beefix" |
|
|
|
|
_ "github.com/beego/bee/v2/cmd/commands/beegopro" |
|
|
|
|
_ "github.com/beego/bee/v2/cmd/commands/dev" |
|
|
|
|
_ "github.com/beego/bee/v2/cmd/commands/dlv" |
|
|
|
|
_ "github.com/beego/bee/v2/cmd/commands/dockerize" |
|
|
|
|
_ "github.com/beego/bee/v2/cmd/commands/generate" |
|
|
|
|
_ "github.com/beego/bee/v2/cmd/commands/hprose" |
|
|
|
|
_ "github.com/beego/bee/v2/cmd/commands/migrate" |
|
|
|
|
_ "github.com/beego/bee/v2/cmd/commands/new" |
|
|
|
|
_ "github.com/beego/bee/v2/cmd/commands/pack" |
|
|
|
|
_ "github.com/beego/bee/v2/cmd/commands/rs" |
|
|
|
|
_ "github.com/beego/bee/v2/cmd/commands/run" |
|
|
|
|
_ "github.com/beego/bee/v2/cmd/commands/server" |
|
|
|
|
_ "github.com/beego/bee/v2/cmd/commands/update" |
|
|
|
|
_ "github.com/beego/bee/v2/cmd/commands/version" |
|
|
|
|
"github.com/beego/bee/v2/utils" |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
func IfGenerateDocs(name string, args []string) bool { |
|
|
|
|