Skip to content

Commit

Permalink
commiting to master
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdoiel committed Oct 4, 2017
1 parent 723c346 commit 7529c2e
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion docs/csv2json.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h2>EXAMPLES</h2>
<pre><code class="language-shell"> csv2json -as-blobs -i data1.csv
</code></pre>

<p>csv2json v0.0.14</p>
<p>csv2json v0.0.15</p>

</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/csv2mdtable.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h2>EXAMPLES</h2>
<pre><code class="language-shell"> csv2mdtable -i data1.csv -o data1.md
</code></pre>

<p>csv2mdtable v0.0.14</p>
<p>csv2mdtable v0.0.15</p>

</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/csv2xlsx.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h2>EXAMPLE</h2>
<p>This does the same but the contents of data.csv are piped into
the workbook&rsquo;s sheet.</p>

<p>csv2xlsx v0.0.14</p>
<p>csv2xlsx v0.0.15</p>

</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/csvcols.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h2>EXAMPLES</h2>
<pre><code class="language-shell"> csvcols -i 10col.csv -col 1,4,6 &gt; 3col.csv
</code></pre>

<p>csvcols v0.0.14</p>
<p>csvcols v0.0.15</p>

</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/csvfind.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h2>EXAMPLES</h2>
<pre><code class="language-shell"> csvfind -i books.csv -col=2 -contains &quot;Red Book&quot;
</code></pre>

<p>csvfind v0.0.14</p>
<p>csvfind v0.0.15</p>

</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/csvjoin.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h2>EXAMPLES</h2>
-output=merged-data.csv
</code></pre>

<p>csvjoin v0.0.14</p>
<p>csvjoin v0.0.15</p>

</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/csvrows.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h2>EXAMPLES</h2>
<pre><code class="language-shell"> csvrows -i 10row.csv -row 1,4,6 &gt; 3rows.csv
</code></pre>

<p>csvrows v0.0.14</p>
<p>csvrows v0.0.15</p>

</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/finddir.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h2>EXAMPLE</h2>

<p>Find all subdirectories starting with &ldquo;img&rdquo;.</p>

<p>finddir v0.0.14</p>
<p>finddir v0.0.15</p>

</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/findfile.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h2>EXAMPLE</h2>

<p>Search the current directory and subdirectories for Markdown files with extension of &ldquo;.md&rdquo;.</p>

<p>findfile v0.0.14</p>
<p>findfile v0.0.15</p>

</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/jsoncols.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h2>EXAMPLES</h2>
<pre><code class="language-csv"> &quot;Doe, Jane&quot;,[email protected],42
</code></pre>

<p>jsoncols v0.0.14</p>
<p>jsoncols v0.0.15</p>

</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/jsonjoin.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ <h2>EXAMPLES</h2>
&quot;bio&quot;: &quot;World renowned geophysist.&quot; }
</code></pre>

<p>jsonjoin v0.0.14</p>
<p>jsonjoin v0.0.15</p>

</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/jsonmunge.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h2>EXAMPLES</h2>
<pre><code class="language-csv"> &quot;Doe, Jane&quot;
</code></pre>

<p>jsonmunge v0.0.14</p>
<p>jsonmunge v0.0.15</p>

</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/jsonrange.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ <h2>EXAMPLES</h2>
2
</code></pre>

<p>jsonrange v0.0.14</p>
<p>jsonrange v0.0.15</p>

</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/mergepath.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h2>EXAMPLE</h2>

<p>This would put your home bin directory at the beginning of your path.</p>

<p>mergepath v0.0.14</p>
<p>mergepath v0.0.15</p>

</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/range.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h2>EXAMPLES</h2>

<p>Yields a random integer from 0 to 10</p>

<p>range v0.0.14</p>
<p>range v0.0.15</p>

</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/reldate.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h2>EXAMPLES</h2>
insensitive and can be the first three letters of the English names or full
English names (e.g. Monday, monday, Mon, mon).</p>

<p>reldate v0.0.14</p>
<p>reldate v0.0.15</p>

</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/timefmt.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h2>EXAMPLES</h2>

<p>Yields &ldquo;02 Jul 16 08:08 UTC&rdquo;</p>

<p>timefmt v0.0.14</p>
<p>timefmt v0.0.15</p>

</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/urlparse.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h2>EXAMPLE</h2>
<p>Without options urlparse returns protocol, host and path
fields separated by a tab.</p>

<p>urlparse v0.0.14</p>
<p>urlparse v0.0.15</p>

</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/vcard2json.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h2>EXAMPLES</h2>
<pre><code class="language-shell"> vcard2json -i mv.cvf -o myVCard.json
</code></pre>

<p>vcard2json v0.0.14</p>
<p>vcard2json v0.0.15</p>

</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/xlsx2csv.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h2>EXAMPLE</h2>
done
</code></pre>

<p>xlsx2csv v0.0.14</p>
<p>xlsx2csv v0.0.15</p>

</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/xlsx2json.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h2>EXAMPLE</h2>
done
</code></pre>

<p>xlsx2json v0.0.14</p>
<p>xlsx2json v0.0.15</p>

</section>

Expand Down

0 comments on commit 7529c2e

Please sign in to comment.