gruntwork-io / git-xargs

git-xargs is a command-line tool (CLI) for making updates across multiple Github repositories with a single command.
https://blog.gruntwork.io/introducing-git-xargs-an-open-source-tool-to-update-multiple-github-repos-753f9f3675ec
Apache License 2.0
933 stars 63 forks source link

Make printed table markdown-friendly #78

Closed rhoboat closed 2 years ago

rhoboat commented 2 years ago

Description

This change uses different characters for the pipe and hyphen when printing tables and removes the top and bottom borders.

Not sure if this makes sense to all users. The table may not look as nice in the CLI, but it can be more easily copy-pasted into GitHub issues/PRs and other markdown needs. It doesn't seem worth having a separate --render-markdown flag.

TODOs

Read the Gruntwork contribution guidelines.

Release Notes (draft)

Updated the table outputs to be markdown friendly.

Migration Guide

(I don't think this warrants a migration guide even though changes are made to outputs.)