Closed strawp closed 1 year ago
Decided to piggy back the --output option which doesn't alter the original functionality of it, but allows the passed string to be sent directly into tabulate as the table format, allowing any of tabulates supported formats to be used
--output
Works great - I updated the code a bit to use a slightly different output format, eg. table+github, table+simple, etc. to support other table formats.
Closes #19
Decided to piggy back the
--output
option which doesn't alter the original functionality of it, but allows the passed string to be sent directly into tabulate as the table format, allowing any of tabulates supported formats to be used