From ed61be777596a380d513d8752786a07efd500e40 Mon Sep 17 00:00:00 2001 From: William Perron Date: Wed, 11 Oct 2023 09:51:27 -0400 Subject: [PATCH] Update CSV-to-Markdown README --- cmd/md-fmt/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cmd/md-fmt/README.md b/cmd/md-fmt/README.md index 11b0bc4..68755cf 100644 --- a/cmd/md-fmt/README.md +++ b/cmd/md-fmt/README.md @@ -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.