diff --git a/pkg/printer/table.go b/pkg/printer/table.go index 87f3834..eb43416 100644 --- a/pkg/printer/table.go +++ b/pkg/printer/table.go @@ -210,6 +210,7 @@ func wrap(width, indent int, text string) string { if line != "" { line += " " } + line += word } else { // it exceeds it, so we need to wrap