doc: replace diagram examples links (#3435)

* cmd/internal: fix help message for "new" command

* doc: replace example links
This commit is contained in:
Noam Cattan
2023-04-03 16:38:57 +03:00
committed by GitHub
parent e685413055
commit d143432580
3 changed files with 24 additions and 23 deletions

View File

@@ -81,7 +81,7 @@ func NewCmd() *cobra.Command {
var target, tmplPath string
cmd := &cobra.Command{
Use: "new [flags] [schemas]",
Short: "new an environment with zero or more schemas",
Short: "initialize a new environment with zero or more schemas",
Example: examples(
"ent new Example",
"ent new --target entv1/schema User Group",