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:
parent
1a5b846cbc
commit
e3932b63b5
@ -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]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user