Tweak output
This commit is contained in:
@ -165,7 +165,6 @@ func run() error {
|
||||
|
||||
// Introspect table
|
||||
prompt.PrintHeader("Introspecting Table")
|
||||
|
||||
tableInfo, err := dbClient.IntrospectTable(cfg.DBTable)
|
||||
if err != nil {
|
||||
return fmt.Errorf("failed to introspect table: %w", err)
|
||||
@ -225,7 +224,6 @@ func run() error {
|
||||
|
||||
// Print summary
|
||||
prompt.PrintHeader("Summary")
|
||||
fmt.Printf("\n")
|
||||
fmt.Printf(" Entity name: %s\n", color.GreenString(ctx.EntityName))
|
||||
fmt.Printf(" Module name: %s\n", color.GreenString(ctx.ModuleName))
|
||||
fmt.Printf(" Output dir: %s\n", color.GreenString(moduleDir))
|
||||
|
||||
Reference in New Issue
Block a user