Merge pull request #210 from revel/build_process_update

Updated Launch code
This commit is contained in:
Brenden Soares
2022-04-11 20:03:26 -07:00
committed by GitHub
14 changed files with 54 additions and 20 deletions

View File

@@ -19,7 +19,7 @@ import (
)
var cmdNew = &Command{
UsageLine: "new -i [path] -s [skeleton]",
UsageLine: "new -i [path] -s [skeleton] -p [package name]",
Short: "create a skeleton Revel application",
Long: `
New creates a few files to get a new Revel application running quickly.