This commit is contained in:
kojix2
2023-01-05 01:54:00 +00:00
parent cc6db213bd
commit 59546dd744
17 changed files with 42 additions and 48 deletions

View File

@@ -171,18 +171,15 @@
</thead>
<tbody>
<tr>
<td>`cat data.tsv \</td>
<td>uplot &lt;command&gt; [options]`</td>
<td>cat data.tsv | uplot &lt;command&gt; [options]`</td>
<td>Take input from stdin</td>
</tr>
<tr>
<td>`uplot &lt;command&gt; [options] data.tsv ...`</td>
<td>uplot &lt;command&gt; [options] data.tsv `</td>
<td>Take input from files</td>
</tr>
<tr>
<td>`pipeline1 \</td>
<td>uplot &lt;command&gt; -O \</td>
<td>pipeline2`</td>
<td>pipeline1 | uplot &lt;command&gt; -O | pipeline2`</td>
<td>Outputs data from stdin to stdout</td>
</tr>
</tbody>
@@ -400,9 +397,9 @@ If so, please feel free to contact us.
</div></div>
<div id="footer">
Generated on Sun Dec 25 12:01:13 2022 by
Generated on Thu Jan 5 01:53:59 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.1.3).
0.9.28 (ruby-3.2.0).
</div>
</div>