refactored output printer, now using tablewriter

This commit is contained in:
2022-10-01 14:14:53 +02:00
parent 1b1b63caa3
commit 4ca3a56280
9 changed files with 203 additions and 70 deletions

View File

@@ -27,7 +27,7 @@ func ProcessFiles(args []string) error {
var pattern string
havefiles := false
prepareColumns()
//prepareColumns()
if len(args) > 0 {
if _, err := os.Stat(args[0]); err != nil {