cmd/internal/base: fix type on print sub-command (#3335)

This commit is contained in:
Rotem Tamir
2023-02-20 13:52:09 +02:00
committed by GitHub
parent 4432754144
commit 102f60ac12

View File

@@ -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",