doc: Commands.Aregister: motivate --no-header option
This commit is contained in:
parent
93d32a934b
commit
fa3676df7d
@ -12,6 +12,7 @@ Flags:
|
|||||||
balance.
|
balance.
|
||||||
--no-elide don't show only 2 commodities per amount
|
--no-elide don't show only 2 commodities per amount
|
||||||
--cumulative show running total from report start date
|
--cumulative show running total from report start date
|
||||||
|
--no-header omit header row in table output
|
||||||
-w --width=N set output width (default: terminal width or
|
-w --width=N set output width (default: terminal width or
|
||||||
$COLUMNS). -wN,M sets description width as well.
|
$COLUMNS). -wN,M sets description width as well.
|
||||||
--align-all guarantee alignment across all lines (slower)
|
--align-all guarantee alignment across all lines (slower)
|
||||||
@ -74,6 +75,11 @@ this means unusually wide values in later lines can cause visual discontinuities
|
|||||||
as column widths are adjusted. If you want to ensure perfect alignment,
|
as column widths are adjusted. If you want to ensure perfect alignment,
|
||||||
at the cost of more time and memory, use the `--align-all` flag.
|
at the cost of more time and memory, use the `--align-all` flag.
|
||||||
|
|
||||||
|
By default, `aregister` shows a header above the data.
|
||||||
|
However, when reporting in a language different from English,
|
||||||
|
it is easier to omit this header and prepend your own one.
|
||||||
|
For this purpose, use the `--no-header` option.
|
||||||
|
|
||||||
This command also supports the
|
This command also supports the
|
||||||
[output destination](hledger.html#output-destination) and
|
[output destination](hledger.html#output-destination) and
|
||||||
[output format](hledger.html#output-format) options.
|
[output format](hledger.html#output-format) options.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user