Merge pull request #14 from aykhans/refactor/table-prints

🔨 update table rendering
This commit is contained in:
2024-08-29 20:12:57 +04:00
committed by GitHub
2 changed files with 24 additions and 12 deletions

View File

@@ -65,6 +65,7 @@ func (respones *Responses) Print() {
t := table.NewWriter()
t.SetOutputMirror(os.Stdout)
t.SetStyle(table.StyleLight)
t.SetAllowedRowLength(125)
t.AppendHeader(table.Row{
"Response",
"Count",