Skip to content

Commit

Permalink
more fancy table
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Tomecek <[email protected]>
  • Loading branch information
TomasTomecek committed Apr 7, 2019
1 parent 45b2451 commit d68d8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion show_me/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def main(load_from_cache, save_to_cache, cache_file_path, debug, lines):

headers = ("Repo", "Total", "Pulls", "Issues", "Commits", "Reviews")

click.echo(tabulate.tabulate(data, headers=headers))
click.echo(tabulate.tabulate(data, headers=headers, tablefmt="presto"))


if __name__ == '__main__':
Expand Down

0 comments on commit d68d8b2

Please sign in to comment.