prettytable-rs icon indicating copy to clipboard operation
prettytable-rs copied to clipboard

Prettier formatting when horizontal span is present

Open sanxiyn opened this issue 3 years ago • 0 comments

Before:

+----+----+-----+
| t1 | t2       |
+====+====+=====+
| a  | bc | def |
+----+----+-----+
|   def   | a   |
+----+----+-----+

After:

+----+----------+
| t1 | t2       |
+====+====+=====+
| a  | bc | def |
+----+----+-----+
|   def   | a   |
+---------+-----+

sanxiyn avatar Jan 28 '21 17:01 sanxiyn