Skip to content

Commit f90ae21

Browse files
committed
commiting to master
1 parent b499075 commit f90ae21

File tree

45 files changed

+132
-126
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+132
-126
lines changed

TODO.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ <h1>Action Items</h1>
2727

2828
<h2>Bug</h2>
2929

30+
<ul>
31+
<li>[ ] findfile v0.0.23-pre option -f, -full-path doesn&rsquo;t return full paths</li>
32+
</ul>
33+
3034
<h2>Next</h2>
3135

3236
<ul>

docs/csv2json/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h2>EXAMPLES</h2>
6464
<pre><code>csv2json -as-blobs -i data1.csv
6565
</code></pre>
6666

67-
<p>csv2json v0.0.23-pre</p>
67+
<p>csv2json v0.0.24-pre</p>
6868

6969
</section>
7070

docs/csv2json/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ Convert data1.csv to JSON blobs, one line per blob
4343
csv2json -as-blobs -i data1.csv
4444

4545

46-
csv2json v0.0.23-pre
46+
csv2json v0.0.24-pre

docs/csv2mdtable/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h2>EXAMPLES</h2>
6161
<pre><code>csv2mdtable -i data1.csv -o data1.md
6262
</code></pre>
6363

64-
<p>csv2mdtable v0.0.23-pre</p>
64+
<p>csv2mdtable v0.0.24-pre</p>
6565

6666
</section>
6767

docs/csv2mdtable/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ Convert data1.csv to data1.md using options.
4040
csv2mdtable -i data1.csv -o data1.md
4141

4242

43-
csv2mdtable v0.0.23-pre
43+
csv2mdtable v0.0.24-pre

docs/csv2xlsx/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h2>EXAMPLES</h2>
6767
the workbook&rsquo;s &lsquo;My worksheet 2&rsquo; sheet.
6868
%!(EXTRA string=csv2xlsx, string=csv2xlsx)</p>
6969

70-
<p>csv2xlsx v0.0.23-pre</p>
70+
<p>csv2xlsx v0.0.24-pre</p>
7171

7272
</section>
7373

docs/csv2xlsx/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ This does the same but the contents of data.csv are piped into
4545
the workbook's 'My worksheet 2' sheet.
4646
%!(EXTRA string=csv2xlsx, string=csv2xlsx)
4747

48-
csv2xlsx v0.0.23-pre
48+
csv2xlsx v0.0.24-pre

docs/csvcleaner/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h2>EXAMPLES</h2>
8686
<pre><code>cat mysheet.csv | csvcleaner -trim
8787
</code></pre>
8888

89-
<p>csvcleaner v0.0.23-pre</p>
89+
<p>csvcleaner v0.0.24-pre</p>
9090

9191
</section>
9292

docs/csvcleaner/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ Trim leading and trailing spaces from output.
6363
cat mysheet.csv | csvcleaner -trim
6464

6565

66-
csvcleaner v0.0.23-pre
66+
csvcleaner v0.0.24-pre

docs/csvcols/index.html

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +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-
-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
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
5454
</code></pre>
5555

5656
<h2>EXAMPLES</h2>
@@ -79,7 +79,7 @@ <h2>EXAMPLES</h2>
7979
<pre><code>csvcols -i 3col.csv -col 1,3 -o 2col.csv
8080
</code></pre>
8181

82-
<p>csvcols v0.0.23-pre</p>
82+
<p>csvcols v0.0.24-pre</p>
8383

8484
</section>
8585

0 commit comments

Comments
 (0)