style: cmd.new add success tip

This commit is contained in:
loveuer
2024-07-12 16:33:35 +08:00
parent 0f139cda98
commit b267cc7a2e
3 changed files with 8 additions and 2 deletions

View File

@ -126,6 +126,8 @@ func initNew() {
log.Warn("remove .git folder err: %s", err.Error())
}
log.Info("🎉 create project [%s] 成功!!!", args[0])
return nil
}
}