1
0
mirror of https://github.com/beego/bee.git synced 2025-07-04 06:30:18 +00:00
This commit is contained in:
borisborshevsky
2017-03-22 17:27:30 +02:00
parent 95f67cb3ce
commit de86254248
2 changed files with 33 additions and 1 deletions

View File

@ -41,7 +41,7 @@ var cmdRs = &commands.Command{
To run a custom command, use: {{"$ bee rs mycmd ARGS" | bold}}
{{if len .}}
{{"AVAILABLE SCRIPTS"|headline}}{{range $cmdName, $cmd := .}}
{{$cmdName | printf "-%s" | bold}}
{{$cmdName | bold}}
{{$cmd}}{{end}}{{end}}
`,
PreRun: func(cmd *commands.Command, args []string) { version.ShowShortVersionBanner() },