reg: document --align-all (#1839)

This commit is contained in:
Simon Michael 2022-03-11 07:16:19 -10:00
parent c0cc9e73c1
commit 64d1927384
2 changed files with 10 additions and 0 deletions

View File

@ -48,6 +48,11 @@ Each `aregister` line item shows:
Transactions making a net change of zero are not shown by default;
add the `-E/--empty` flag to show them.
For performance reasons, column widths are chosen based on the first 100 lines;
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.
This command also supports the
[output destination](hledger.html#output-destination) and
[output format](hledger.html#output-format) options.

View File

@ -25,6 +25,11 @@ $ hledger register checking
With --date2, it shows and sorts by secondary date instead.
For performance reasons, column widths are chosen based on the first 100 lines;
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.
The `--historical`/`-H` flag adds the balance from any undisplayed
prior postings to the running total. This is useful when you want to
see only recent activity, with a historically accurate running balance: