Sometimes, due to rounding errors, after calculating the width of each column in a table, the sum of all columns would be shorter that the total available width in the terminal. This reimplements the elastic column resizing algorithm to ensure that all available space has been filled. As a bonus fix, columns that contain URLs are never truncated. |
||
|---|---|---|
| .. | ||
| table_printer.go | ||
| table_printer_test.go | ||
| terminal.go | ||
| utils.go | ||
| utils_test.go | ||