;doc: info: drop areg/bal's "Output format" heading to fix node loops

These were making it impossible to page through the entier manual with
the space key.
This commit is contained in:
Simon Michael 2020-12-20 07:57:01 -08:00
parent c92c27d565
commit 11b787e8ec
2 changed files with 11 additions and 14 deletions

View File

@ -32,6 +32,11 @@ transactions shown.
Transactions making a net change of zero are not shown by default; Transactions making a net change of zero are not shown by default;
add the `-E/--empty` flag to show them. add the `-E/--empty` flag to show them.
This command also supports the
[output destination](hledger.html#output-destination) and
[output format](hledger.html#output-format) options
The output formats supported are `txt`, `csv`, and `json`.
### aregister and custom posting dates ### aregister and custom posting dates
Transactions whose date is outside the report period can still be Transactions whose date is outside the report period can still be
@ -45,13 +50,6 @@ To filter strictly by transaction date instead, add the `--txn-dates`
flag. If you use this flag and some of your postings have custom flag. If you use this flag and some of your postings have custom
dates, it's probably best to assume the running balance is wrong. dates, it's probably best to assume the running balance is wrong.
### Output format
This command also supports the
[output destination](hledger.html#output-destination) and
[output format](hledger.html#output-format) options
The output formats supported are `txt`, `csv`, and `json`.
Examples: Examples:
Show all transactions and historical running balance in the first Show all transactions and historical running balance in the first

View File

@ -21,6 +21,12 @@ transaction setting the correct starting balance on that date.
Then the balance command will show real-world account balances. Then the balance command will show real-world account balances.
In some cases the -H/--historical flag is used to ensure this (more below). In some cases the -H/--historical flag is used to ensure this (more below).
This command also supports the
[output destination](hledger.html#output-destination) and
[output format](hledger.html#output-format) options
The output formats supported are (in most modes):
`txt`, `csv`, `html`, and `json`.
The balance command can produce several styles of report: The balance command can produce several styles of report:
### Classic balance report ### Classic balance report
@ -570,10 +576,3 @@ Budget performance in 2019/01:
|| 0 [ 0] || 0 [ 0]
``` ```
### Output format
This command also supports the
[output destination](hledger.html#output-destination) and
[output format](hledger.html#output-format) options
The output formats supported are (in most modes):
`txt`, `csv`, `html`, and `json`.