mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
cmd/internal/base: fix type on print sub-command (#3335)
This commit is contained in:
@@ -122,7 +122,7 @@ func NewCmd() *cobra.Command {
|
||||
func DescribeCmd() *cobra.Command {
|
||||
return &cobra.Command{
|
||||
Use: "describe [flags] path",
|
||||
Short: "printer a description of the graph schema",
|
||||
Short: "print a description of the graph schema",
|
||||
Example: examples(
|
||||
"ent describe ./ent/schema",
|
||||
"ent describe github.com/a8m/x",
|
||||
|
||||
Reference in New Issue
Block a user