Update CSV-to-Markdown README

otelq
William Perron 1 year ago
parent 2bb7fc611d
commit ed61be7775
No known key found for this signature in database
GPG Key ID: D1815C43C9BA3DE1

@ -4,4 +4,6 @@ Takes a csv-like file as input and outputs a formatted markdown table with it.
## Usage
Run `md-fmt -help` for the list of command line arguments.
Run `md-fmt -help` for the list of command line arguments. For tab-separated
files, in order for the separator to be passed correcly from the command line to
the program, use `-sep=$'\t'` to correctly escape the character.

Loading…
Cancel
Save