1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-03-17 21:07:54 +02:00

Tips: please enter a project name you want to create

This commit is contained in:
zhifeng hu 2019-09-17 17:36:24 +08:00
parent 1a5b846cbc
commit e3932b63b5

View File

@ -11,7 +11,7 @@ import (
func runNew(ctx *cli.Context) error {
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]