balcmds: note that csv output forces list mode (#1566)
This commit is contained in:
parent
5a322c1908
commit
3f6d7ba580
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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).
|
||||||
|
|||||||
@ -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).
|
||||||
|
|||||||
@ -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).
|
||||||
|
|||||||
@ -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).
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user