bwilczynski / strava-cli

Strava command-line interface
MIT License
31 stars 17 forks source link

Ability to pass table format string to tabulator through --output option #19

Closed strawp closed 1 year ago

strawp commented 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

bwilczynski commented 1 year ago

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.

bwilczynski commented 1 year ago

Closes #19