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

upgrade the delve version

This commit is contained in:
Deng Ming
2023-06-10 23:19:07 +08:00
parent 0db82ee3bb
commit e879c37436
5 changed files with 71 additions and 40 deletions

View File

@ -31,7 +31,7 @@ var gopath utils.DocValue
var beegoVersion utils.DocValue
var CmdNew = &commands.Command{
UsageLine: "new [appname] [-gopath=false] [-beego=v1.12.3]",
UsageLine: "new [appname] [-gopath=false] [-beego=v2.1.0]",
Short: "Creates a Beego application",
Long: `
Creates a Beego application for the given app name in the current directory.