Skip to content

Initial release

Latest
Compare
Choose a tag to compare
@JoeHitHard JoeHitHard released this 30 May 10:17

Basic Usability

Usage: markdown_table.py [OPTIONS]

Options:
  -i, --input PATH            csv file to read
  -fd, --file_delimiter TEXT  csv file delimiter
  -ta, --text_alignment TEXT  alignment of the table text possible values,
                              "left", "right" and "center".This is case
                              insensitive.

  -o, --output TEXT           write markdown table to file
  -om, --output_mode TEXT     output write mode
  --help