@@ -36,19 +36,21 @@ <h2>SYNOPSIS</h2>
3636
3737< h2 > OPTIONS</ h2 >
3838
39- < pre > < code > -col, -cols output specified columns (e.g. -col 1,12:14,2,4))
40- -d, -delimiter set the input delimiter character
41- -examples display example
42- -generate-markdown-docs generate markdown documentation
43- -h, -help display help
44- -i, -input input filename
45- -l, -license display license
46- -o, -output output filename
47- -od, -output-delimiter set the output delimiter character
48- -quiet suppress error messages
49- -skip-header-row skip the header row
50- -uuid add a prefix row with generated UUID cell
51- -v, -version display version
39+ < pre > < code > -col, -cols output specified columns (e.g. -col 1,12:14,2,4))
40+ -d, -delimiter set the input delimiter character
41+ -examples display example
42+ -generate-markdown-docs generate markdown documentation
43+ -h, -help display help
44+ -i, -input input filename
45+ -l, -license display license
46+ -o, -output output filename
47+ -od, -output-delimiter set the output delimiter character
48+ -quiet suppress error messages
49+ -skip-header-row skip the header row
50+ -trim-leading-space trim leading space in field(s) for CSV input
51+ -use-lazy-quotes use lazy quotes on CSV input
52+ -uuid add a prefix row with generated UUID cell
53+ -v, -version display version
5254</ code > </ pre >
5355
5456< h2 > EXAMPLES</ h2 >
@@ -77,7 +79,7 @@ <h2>EXAMPLES</h2>
7779< pre > < code > csvcols -i 3col.csv -col 1,3 -o 2col.csv
7880</ code > </ pre >
7981
80- < p > csvcols v0.0.22 -pre</ p >
82+ < p > csvcols v0.0.23 -pre</ p >
8183
8284</ section >
8385
0 commit comments