balcmds: note that csv output forces list mode (#1566)

This commit is contained in:
Simon Michael 2021-06-06 17:57:16 -10:00
parent 5a322c1908
commit 3f6d7ba580
5 changed files with 5 additions and 0 deletions

View File

@ -70,6 +70,7 @@ This command supports the
[output format](#output-format) options, [output format](#output-format) options,
with output formats `txt`, `csv`, `json`, and (multi-period reports only:) `html`. with output formats `txt`, `csv`, `json`, and (multi-period reports only:) `html`.
In `txt` output in a colour-supporting terminal, negative amounts are shown in red. In `txt` output in a colour-supporting terminal, negative amounts are shown in red.
`csv` output is always in [list mode](#list-or-tree-mode).
### Simple balance report ### Simple balance report

View File

@ -46,3 +46,4 @@ This command also supports the
[output format](hledger.html#output-format) options [output format](hledger.html#output-format) options
The output formats supported are The output formats supported are
`txt`, `csv`, `html`, and (experimental) `json`. `txt`, `csv`, `html`, and (experimental) `json`.
`csv` output is always in [list mode](#list-or-tree-mode).

View File

@ -49,3 +49,4 @@ This command also supports the
[output format](hledger.html#output-format) options [output format](hledger.html#output-format) options
The output formats supported are The output formats supported are
`txt`, `csv`, `html`, and (experimental) `json`. `txt`, `csv`, `html`, and (experimental) `json`.
`csv` output is always in [list mode](#list-or-tree-mode).

View File

@ -38,3 +38,4 @@ This command also supports the
[output format](hledger.html#output-format) options [output format](hledger.html#output-format) options
The output formats supported are The output formats supported are
`txt`, `csv`, `html`, and (experimental) `json`. `txt`, `csv`, `html`, and (experimental) `json`.
`csv` output is always in [list mode](#list-or-tree-mode).

View File

@ -48,3 +48,4 @@ This command also supports the
[output format](hledger.html#output-format) options [output format](hledger.html#output-format) options
The output formats supported are The output formats supported are
`txt`, `csv`, `html`, and (experimental) `json`. `txt`, `csv`, `html`, and (experimental) `json`.
`csv` output is always in [list mode](#list-or-tree-mode).