mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-18 00:45:47 +00:00
make dev ater PR 1984 (#1985)
This commit is contained in:
parent
d9ee24460c
commit
cd39c4e1bd
6 changed files with 13 additions and 5 deletions
|
|
@ -749,6 +749,7 @@ This is simply a copy of what you should see on running `man mlr` at a command p
|
|||
Prints a border around PPRINT output.
|
||||
--barred-input When used in conjunction with --pprint, accepts
|
||||
barred input.
|
||||
--barred-unicode Uses unicode printing chars for barred output
|
||||
--right Right-justifies all fields for PPRINT output.
|
||||
|
||||
1mPROFILING FLAGS0m
|
||||
|
|
@ -3803,5 +3804,5 @@ This is simply a copy of what you should see on running `man mlr` at a command p
|
|||
MIME Type for Comma-Separated Values (CSV) Files, the Miller docsite
|
||||
https://miller.readthedocs.io
|
||||
|
||||
2026-02-21 4mMILLER24m(1)
|
||||
2026-02-22 4mMILLER24m(1)
|
||||
</pre>
|
||||
|
|
|
|||
|
|
@ -728,6 +728,7 @@
|
|||
Prints a border around PPRINT output.
|
||||
--barred-input When used in conjunction with --pprint, accepts
|
||||
barred input.
|
||||
--barred-unicode Uses unicode printing chars for barred output
|
||||
--right Right-justifies all fields for PPRINT output.
|
||||
|
||||
1mPROFILING FLAGS0m
|
||||
|
|
@ -3782,4 +3783,4 @@
|
|||
MIME Type for Comma-Separated Values (CSV) Files, the Miller docsite
|
||||
https://miller.readthedocs.io
|
||||
|
||||
2026-02-21 4mMILLER24m(1)
|
||||
2026-02-22 4mMILLER24m(1)
|
||||
|
|
|
|||
|
|
@ -397,6 +397,7 @@ These are flags which are applicable to PPRINT format.
|
|||
|
||||
* `--barred or --barred-output`: Prints a border around PPRINT output.
|
||||
* `--barred-input`: When used in conjunction with --pprint, accepts barred input.
|
||||
* `--barred-unicode`: Uses unicode printing chars for barred output
|
||||
* `--right`: Right-justifies all fields for PPRINT output.
|
||||
|
||||
## Profiling flags
|
||||
|
|
|
|||
|
|
@ -24,6 +24,9 @@ If your `mlr version` says something like `Miller v5.10.2` or `mlr 6.0.0`, witho
|
|||
| Release | Docs | Release notes |
|
||||
|---------|---------------------------------------------------------------------|---------------|
|
||||
main | [main branch](https://miller.readthedocs.io/en/main) | N/A |
|
||||
6.17.0 | [Miller 6.17.0](https://miller.readthedocs.io/en/6.17.0) | [Miller 6.17.0: YAML and DCF file formats; performance improvements; bugfixes](https://github.com/johnkerl/miller/releases/tag/v6.17.0) |
|
||||
6.16.0 | [Miller 6.16.0](https://miller.readthedocs.io/en/6.16.0) | [Miller 6.16.0: Snap support via `snap install miller`](https://github.com/johnkerl/miller/releases/tag/v6.16.0) |
|
||||
6.15.0 | [Miller 6.15.0](https://miller.readthedocs.io/en/6.15.0) | [Miller 6.15.0: Fix double quotes in CSV comments and `mlr -I` mode preservation; `sort -b`](https://github.com/johnkerl/miller/releases/tag/v6.15.0) |
|
||||
6.14.0 | [Miller 6.14.0](https://miller.readthedocs.io/en/6.14.0) | [Survival curve, misc. features and bugfixes](https://github.com/johnkerl/miller/releases/tag/v6.14.0) |
|
||||
6.13.0 | [Miller 6.13.0](https://miller.readthedocs.io/en/6.13.0) | [File-stat DSL function, new stats accumulator, misc. bugfixes](https://github.com/johnkerl/miller/releases/tag/v6.13.0) |
|
||||
6.12.0 | [Miller 6.12.0](https://miller.readthedocs.io/en/6.12.0) | [New sparsify verb, wide-table performance improvement, thousands separator for fmtnum function](https://github.com/johnkerl/miller/releases/tag/v6.12.0) |
|
||||
|
|
|
|||
|
|
@ -728,6 +728,7 @@
|
|||
Prints a border around PPRINT output.
|
||||
--barred-input When used in conjunction with --pprint, accepts
|
||||
barred input.
|
||||
--barred-unicode Uses unicode printing chars for barred output
|
||||
--right Right-justifies all fields for PPRINT output.
|
||||
|
||||
1mPROFILING FLAGS0m
|
||||
|
|
@ -3782,4 +3783,4 @@
|
|||
MIME Type for Comma-Separated Values (CSV) Files, the Miller docsite
|
||||
https://miller.readthedocs.io
|
||||
|
||||
2026-02-21 4mMILLER24m(1)
|
||||
2026-02-22 4mMILLER24m(1)
|
||||
|
|
|
|||
|
|
@ -2,12 +2,12 @@
|
|||
.\" Title: mlr
|
||||
.\" Author: [see the "AUTHOR" section]
|
||||
.\" Generator: ./mkman.rb
|
||||
.\" Date: 2026-02-21
|
||||
.\" Date: 2026-02-22
|
||||
.\" Manual: \ \&
|
||||
.\" Source: \ \&
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "MILLER" "1" "2026-02-21" "\ \&" "\ \&"
|
||||
.TH "MILLER" "1" "2026-02-22" "\ \&" "\ \&"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Portability definitions
|
||||
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
@ -873,6 +873,7 @@ These are flags which are applicable to PPRINT format.
|
|||
Prints a border around PPRINT output.
|
||||
--barred-input When used in conjunction with --pprint, accepts
|
||||
barred input.
|
||||
--barred-unicode Uses unicode printing chars for barred output
|
||||
--right Right-justifies all fields for PPRINT output.
|
||||
.fi
|
||||
.if n \{\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue