helpText
immutable
auto helpText =
q"EOS
Synopsis: csv2tsv [options] [file...]
csv2tsv converts comma-separated text (CSV) to tab-separated format (TSV). Records
are read from files or standard input, converted records written to standard output.
Use '--help-verbose' for details the CSV formats accepted.
Options:
EOS";
tsv_utils csv2tsv
functionsstatic variablesstructsvariables