You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
imp:cli:aregister: --title now sets the report heading
aregister's "Transactions in ACCT and subaccounts:" heading was
hardcoded; it is now the default for --title, so it can be replaced
with --title=TEXT or suppressed with --title=. --heading=no still
suppresses it as before.
AI usage: Claude Opus 5, ~15k output tokens
Copy file name to clipboardExpand all lines: hledger/hledger.m4.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5678,7 +5678,7 @@ Examples:
5678
5678
5679
5679
# Report titles
5680
5680
5681
-
Some reports (`balancesheet`, `balancesheetequity`, `cashflow`, `incomestatement`) are displayed with
5681
+
Some reports (`aregister`, `balance` (multi-period), `balancesheet`, `balancesheetequity`, `cashflow`, `holdings`, `incomestatement`) are displayed with
5682
5682
a title by default, and others are not. For most reports you can set a title with `--title='Some Text'`,
0 commit comments