mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
doc: replace diagram examples links (#3435)
* cmd/internal: fix help message for "new" command * doc: replace example links
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user