This commit is contained in:
John Kerl 2024-01-20 13:01:37 -05:00
parent 794a754c36
commit aff07efe3a
2 changed files with 2 additions and 2 deletions

View file

@ -383,7 +383,7 @@ Since Miller 5.0.0, you can use `--barred` or `--barred-output` with pprint outp
+-----+-----+---+----------+----------+
</pre>
Since Miller 6.11.0, you can use `--barred-input` with pprint output format:
Since Miller 6.11.0, you can use `--barred-input` with pprint input format:
<pre class="pre-highlight-in-pair">
<b>mlr -o pprint --barred cat data/small | mlr -i pprint --barred-input -o json filter '$b == "pan"'</b>

View file

@ -159,7 +159,7 @@ GENMD-RUN-COMMAND
mlr --opprint --barred cat data/small
GENMD-EOF
Since Miller 6.11.0, you can use `--barred-input` with pprint output format:
Since Miller 6.11.0, you can use `--barred-input` with pprint input format:
GENMD-RUN-COMMAND
mlr -o pprint --barred cat data/small | mlr -i pprint --barred-input -o json filter '$b == "pan"'