Closes #540 (closed)
Blocked by https://github.com/onyxfish/agate/issues/447
--linenumbers
is broken, as agate'sprint_table
doesn't understand this. Only itscsv.writer
takes aline_numbers
argument. One solution is to addline_numbers
to agate'scsv.reader
, which would mirror the old csvlook implementation.