1
0
espelhamento de https://github.com/beego/bee.git sincronizado 2025-07-17 18:22:17 +00:00

Merge pull request #346 from Lao-liu/develop

fix bee hprose error.
Esse commit está contido em:
astaxie
2016-12-27 11:59:00 +08:00
commit de GitHub

Ver arquivo

@@ -300,6 +300,11 @@ func init() {
func createhprose(cmd *Command, args []string) int {
output := cmd.Out()
if len(args) < 1 {
ColorLog("[ERRO] Argument [appname] is missing\n")
os.Exit(2)
}
curpath, _ := os.Getwd()
if len(args) > 1 {
cmd.Flag.Parse(args[1:])