Merge pull request #338 from netroby/pr/mr-tips-create-new-project

Tips: please enter a project name you want to create
pull/352/head
Terry.Mao 5 years ago committed by GitHub
commit 743c343e09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tool/kratos/new.go

@ -11,7 +11,7 @@ import (
func runNew(ctx *cli.Context) error { func runNew(ctx *cli.Context) error {
if len(ctx.Args()) == 0 { if len(ctx.Args()) == 0 {
return errors.New("required project name") return errors.New("project name required, please enter a project name you want to create")
} }
p.Name = ctx.Args()[0] p.Name = ctx.Args()[0]

Loading…
Cancel
Save