mirror of
https://github.com/ent/ent.git
synced 2026-05-22 09:31:45 +03:00
cmd/ent: hide the --idtype flag from generate command (#3490)
The --idtype flag predates the field.<Type>(id) option. See, https://entgo.io/docs/schema-fields\#id-field.
This commit is contained in:
@@ -92,7 +92,6 @@ Flags:
|
||||
--feature strings extend codegen with additional features
|
||||
--header string override codegen header
|
||||
-h, --help help for generate
|
||||
--idtype [int string] type of the id field (default int)
|
||||
--storage string storage driver to support in codegen (default "sql")
|
||||
--target string target directory for codegen
|
||||
--template strings external templates to execute
|
||||
|
||||
Reference in New Issue
Block a user