Skip to content

Commit 723c346

Browse files
committed
updated docs
1 parent 836c868 commit 723c346

21 files changed

+21
-21
lines changed

docs/csv2json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ Convert data1.csv to JSON blobs, one line per blob
4141
```
4242

4343

44-
csv2json v0.0.14
44+
csv2json v0.0.15

docs/csv2mdtable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ Convert data1.csv to data1.md using options.
3838
```
3939

4040

41-
csv2mdtable v0.0.14
41+
csv2mdtable v0.0.15

docs/csv2xlsx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ This does the same but the contents of data.csv are piped into
4040
the workbook's sheet.
4141

4242

43-
csv2xlsx v0.0.14
43+
csv2xlsx v0.0.15

docs/csvcols.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ Filter a 10 columns CSV file for columns 1,4,6 from file named "10col.csv"
6060
```
6161

6262

63-
csvcols v0.0.14
63+
csvcols v0.0.15

docs/csvfind.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ You can also search for phrases in columns.
6464
```
6565

6666

67-
csvfind v0.0.14
67+
csvfind v0.0.15

docs/csvjoin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ merged-data.csv..
5151
-output=merged-data.csv
5252
```
5353

54-
csvjoin v0.0.14
54+
csvjoin v0.0.15

docs/csvrows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ Filter a 10 row CSV file for rows 1,4,6 from file named "10row.csv"
6060
```
6161

6262

63-
csvrows v0.0.14
63+
csvrows v0.0.15

docs/finddir.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ finddir finds directory based on matching prefix, suffix or contained text in ba
3939
Find all subdirectories starting with "img".
4040

4141

42-
finddir v0.0.14
42+
finddir v0.0.15

docs/findfile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ findfile finds files based on matching prefix, suffix or contained text in base
3939
Search the current directory and subdirectories for Markdown files with extension of ".md".
4040

4141

42-
findfile v0.0.14
42+
findfile v0.0.15

docs/jsoncols.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ Would yield
8888
```
8989

9090

91-
jsoncols v0.0.14
91+
jsoncols v0.0.15

0 commit comments

Comments
 (0)