🔨 update table rendering

This commit is contained in:
2024-08-29 19:17:00 +04:00
parent 9a35874559
commit b49db230ed
2 changed files with 23 additions and 11 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",