summaryrefslogtreecommitdiff
path: root/tablePB.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-26 01:19:31 -0500
committerJeff Carr <[email protected]>2025-09-26 02:20:56 -0500
commit4d923f942fa406b253d5414e0b8d39a3a6012c18 (patch)
treeeebaef7875efaa668ee18d255befbfb21d75826a /tablePB.go
parenta23bb99c39b4a540627fdcc69cf2d58560f3445d (diff)
add PB table row debug()v0.0.9
Diffstat (limited to 'tablePB.go')
-rw-r--r--tablePB.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/tablePB.go b/tablePB.go
index 6348797..8d55313 100644
--- a/tablePB.go
+++ b/tablePB.go
@@ -46,8 +46,7 @@ func PrintTable(pb *guipb.Table) {
sizes = append(sizes, int(attr.Width))
}
}
- // sizes = []int{24, 5, 8, 32, 13, 4, 4, 4, 4}
- header, _ := StandardTableRow(sizes, args)
+ header, _ := StandardTableRowDebug(sizes, args)
log.Info(header)
for i := range HEIGHT {