summaryrefslogtreecommitdiff
path: root/tableDefault.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-08 01:25:40 -0500
committerJeff Carr <[email protected]>2025-10-08 01:25:40 -0500
commit26fe7d72d7ad3e788c9596e835feb8c9ef41ed2d (patch)
treef89ec1b1930bc2ae3a96ff1927f887f662d0fc31 /tableDefault.go
parenta14c24a581f2e8a38a8c37fc2b013962472c36ce (diff)
add memerable names
Diffstat (limited to 'tableDefault.go')
-rw-r--r--tableDefault.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/tableDefault.go b/tableDefault.go
index 39857c6..c3dba27 100644
--- a/tableDefault.go
+++ b/tableDefault.go
@@ -9,6 +9,9 @@ import (
)
// this is the default table layout for repos in forge
+func (f *Forge) PrintTable(pb *gitpb.Repos) {
+ f.PrintDefaultTB(pb)
+}
func (f *Forge) PrintDefaultTB(pb *gitpb.Repos) {
tablePB := f.makeDefaultTB(pb)