mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
schema/field: add support or external ValueScanner (#3391)
This commit is contained in:
@@ -72,7 +72,7 @@ func InitCmd() *cobra.Command {
|
||||
"ent init --target entv1/schema User Group",
|
||||
"ent init --template ./path/to/file.tmpl User",
|
||||
)
|
||||
c.Deprecated = "use `ent new` instead"
|
||||
c.Deprecated = `use "ent new" instead`
|
||||
return c
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user