diff options
Diffstat (limited to 'tableDefault.go')
| -rw-r--r-- | tableDefault.go | 3 |
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) |
