Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ensure multiple markdown tables are rendered #62

Merged
merged 1 commit into from
Jan 9, 2024

Commits on Jan 7, 2024

  1. ensure multiple markdown tables are rendered

    This seeks to fix issue #61 by printing all output to the `io.Writer` passed to
    `writer.TableWriter#Write`. This ensures multiple, distinct markdown tables are
    printed, even when `tf-summarize` is invoked with both `-md` and `-out` flags.
    
    Previously, `fmt.Println()` was used to separate the markdown tables,
    but this is insufficient when `-out` is used with a non-STDOUT writer, as is the
    case when writing output to a `-out`-specified file.
    mdb committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    e9cd7da View commit details
    Browse the repository at this point in the history