mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-17 16:38:54 +00:00
[Docs] moving --xvright out of the FLATTEN-UNFLATTEN FLAGS section (#1065)
This commit is contained in:
parent
9b56162c96
commit
c9e0559cf6
6 changed files with 14 additions and 14 deletions
|
|
@ -373,6 +373,7 @@ FILE-FORMAT FLAGS
|
|||
--tsvlite Use TSV-lite format for input and output data.
|
||||
--usv or --usvlite Use USV format for input and output data.
|
||||
--xtab Use XTAB format for input and output data.
|
||||
--xvright Right-justify values for XTAB format.
|
||||
-i {format name} Use format name for input data. For example: `-i csv`
|
||||
is the same as `--icsv`.
|
||||
-o {format name} Use format name for output data. For example: `-o
|
||||
|
|
@ -398,7 +399,6 @@ FLATTEN-UNFLATTEN FLAGS
|
|||
`$y=[7,8,9]`. flattens to `y.1=7,y.2=8,y.3=9. With
|
||||
`--no-auto-flatten`, instead we get
|
||||
`${y.1}=7,${y.2}=8,${y.3}=9`.
|
||||
--xvright Right-justify values for XTAB format.
|
||||
|
||||
FORMAT-CONVERSION KEYSTROKE-SAVER FLAGS
|
||||
As keystroke-savers for format-conversion you may use the following.
|
||||
|
|
|
|||
|
|
@ -452,6 +452,7 @@ are overridden in all cases by setting output format to `format2`.
|
|||
--tsvlite Use TSV-lite format for input and output data.
|
||||
--usv or --usvlite Use USV format for input and output data.
|
||||
--xtab Use XTAB format for input and output data.
|
||||
--xvright Right-justify values for XTAB format.
|
||||
-i {format name} Use format name for input data. For example: `-i csv`
|
||||
is the same as `--icsv`.
|
||||
-o {format name} Use format name for output data. For example: `-o
|
||||
|
|
@ -485,7 +486,6 @@ See the Flatten/unflatten doc page for more information.
|
|||
`$y=[7,8,9]`. flattens to `y.1=7,y.2=8,y.3=9. With
|
||||
`--no-auto-flatten`, instead we get
|
||||
`${y.1}=7,${y.2}=8,${y.3}=9`.
|
||||
--xvright Right-justify values for XTAB format.
|
||||
.fi
|
||||
.if n \{\
|
||||
.RE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue