summaryrefslogtreecommitdiff
path: root/tableDefault.go
diff options
context:
space:
mode:
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)