mirror of
https://github.com/beego/bee.git
synced 2024-11-21 18:40:54 +00:00
Fix description of the new command
This commit is contained in:
parent
9a9dbc0d78
commit
1a47e0e945
@ -35,7 +35,7 @@ var CmdNew = &commands.Command{
|
|||||||
Short: "Creates a Beego application",
|
Short: "Creates a Beego application",
|
||||||
Long: `
|
Long: `
|
||||||
Creates a Beego application for the given app name in the current directory.
|
Creates a Beego application for the given app name in the current directory.
|
||||||
now default supoort generate a go modules project
|
now defaults to generating as a go modules project
|
||||||
The command 'new' creates a folder named [appname] [-gopath=false] [-beego=v1.12.3] and generates the following structure:
|
The command 'new' creates a folder named [appname] [-gopath=false] [-beego=v1.12.3] and generates the following structure:
|
||||||
|
|
||||||
├── main.go
|
├── main.go
|
||||||
|
Loading…
Reference in New Issue
Block a user