mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-17 16:38:54 +00:00
For PPRINT, right-justifies data cells whose values are numeric, leaving other cells and header lines left-justified. For Markdown, emits right-alignment markers (---:) for numeric columns; in --omd-aligned mode also right-justifies the raw cell text. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
ac08b072dc
commit
fdcca41536
27 changed files with 227 additions and 9 deletions
|
|
@ -780,6 +780,11 @@
|
|||
right-align-multi-word
|
||||
--fw {string} Shortcut for --fixed left-align-multi-word
|
||||
--right Right-justifies all fields for PPRINT output.
|
||||
--right-align-numeric Right-justifies fields with numeric values for PPRINT
|
||||
output, leaving other fields (and header lines)
|
||||
left-justified. Also applies to markdown output,
|
||||
where numeric columns get right-alignment markers
|
||||
(`---:`) in the header-separator line.
|
||||
|
||||
1mPROFILING FLAGS0m
|
||||
These are flags for profiling Miller performance.
|
||||
|
|
|
|||
|
|
@ -932,6 +932,11 @@ These are flags which are applicable to PPRINT format.
|
|||
right-align-multi-word
|
||||
--fw {string} Shortcut for --fixed left-align-multi-word
|
||||
--right Right-justifies all fields for PPRINT output.
|
||||
--right-align-numeric Right-justifies fields with numeric values for PPRINT
|
||||
output, leaving other fields (and header lines)
|
||||
left-justified. Also applies to markdown output,
|
||||
where numeric columns get right-alignment markers
|
||||
(`---:`) in the header-separator line.
|
||||
.fi
|
||||
.if n \{\
|
||||
.RE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue