Skip to content

Commit

Permalink
doc neaten
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Nov 24, 2015
1 parent 42f2db6 commit 3741d29
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/content-for-reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,13 @@ <h2>cat</h2>
POKI_RUN_COMMAND{{cat b.csv}}HERE
</td> <td>
POKI_RUN_COMMAND{{mlr --csv cat a.csv b.csv}}HERE
</td></tr></table>

<table><tr><td>
</td> <td>
POKI_RUN_COMMAND{{mlr --icsv --oxtab cat a.csv b.csv}}HERE
</td> <td>
POKI_RUN_COMMAND{{mlr --csv cat -n a.csv b.csv}}HERE
</td></tr></table>

<!-- ================================================================ -->
Expand Down
15 changes: 15 additions & 0 deletions doc/reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -882,6 +882,9 @@
</pre>
</div>
<p/>
</td></tr></table>

<table><tr><td>
</td> <td>
<p/>
<div class="pokipanel">
Expand All @@ -901,6 +904,18 @@
</pre>
</div>
<p/>
</td> <td>
<p/>
<div class="pokipanel">
<pre>
$ mlr --csv cat -n a.csv b.csv
n,a,b,c
0,1,2,3
1,4,5,6
2,7,8,9
</pre>
</div>
<p/>
</td></tr></table>

<!-- ================================================================ -->
Expand Down

0 comments on commit 3741d29

Please sign in to comment.