mirror of
https://github.com/aykhans/dodo.git
synced 2025-09-01 00:53:34 +00:00
Merge pull request #14 from aykhans/refactor/table-prints
🔨 update table rendering
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user