Closes #540 (closed)
Blocked by https://github.com/onyxfish/agate/issues/447
--linenumbersis broken, as agate'sprint_tabledoesn't understand this. Only itscsv.writertakes aline_numbersargument. One solution is to addline_numbersto agate'scsv.reader, which would mirror the old csvlook implementation.