doc: Commands.Aregister: motivate --no-header option

This commit is contained in:
Henning Thielemann 2024-10-22 21:30:02 +02:00 committed by Simon Michael
parent 93d32a934b
commit fa3676df7d

View File

@ -12,6 +12,7 @@ Flags:
balance.
--no-elide don't show only 2 commodities per amount
--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
$COLUMNS). -wN,M sets description width as well.
--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,
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
[output destination](hledger.html#output-destination) and
[output format](hledger.html#output-format) options.