From 3f6d7ba58038aa9eb0ec4484892cc5286c61af26 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 6 Jun 2021 17:57:16 -1000 Subject: [PATCH] balcmds: note that csv output forces list mode (#1566) --- hledger/Hledger/Cli/Commands/Balance.md | 1 + hledger/Hledger/Cli/Commands/Balancesheet.md | 1 + hledger/Hledger/Cli/Commands/Balancesheetequity.md | 1 + hledger/Hledger/Cli/Commands/Cashflow.md | 1 + hledger/Hledger/Cli/Commands/Incomestatement.md | 1 + 5 files changed, 5 insertions(+) diff --git a/hledger/Hledger/Cli/Commands/Balance.md b/hledger/Hledger/Cli/Commands/Balance.md index 24f3d1916..73f2d8af4 100644 --- a/hledger/Hledger/Cli/Commands/Balance.md +++ b/hledger/Hledger/Cli/Commands/Balance.md @@ -70,6 +70,7 @@ This command supports the [output format](#output-format) options, 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. +`csv` output is always in [list mode](#list-or-tree-mode). ### Simple balance report diff --git a/hledger/Hledger/Cli/Commands/Balancesheet.md b/hledger/Hledger/Cli/Commands/Balancesheet.md index 04fef9b36..afb56787a 100644 --- a/hledger/Hledger/Cli/Commands/Balancesheet.md +++ b/hledger/Hledger/Cli/Commands/Balancesheet.md @@ -46,3 +46,4 @@ This command also supports the [output format](hledger.html#output-format) options The output formats supported are `txt`, `csv`, `html`, and (experimental) `json`. +`csv` output is always in [list mode](#list-or-tree-mode). diff --git a/hledger/Hledger/Cli/Commands/Balancesheetequity.md b/hledger/Hledger/Cli/Commands/Balancesheetequity.md index 71c267cdf..63402976c 100644 --- a/hledger/Hledger/Cli/Commands/Balancesheetequity.md +++ b/hledger/Hledger/Cli/Commands/Balancesheetequity.md @@ -49,3 +49,4 @@ This command also supports the [output format](hledger.html#output-format) options The output formats supported are `txt`, `csv`, `html`, and (experimental) `json`. +`csv` output is always in [list mode](#list-or-tree-mode). diff --git a/hledger/Hledger/Cli/Commands/Cashflow.md b/hledger/Hledger/Cli/Commands/Cashflow.md index ae1a63d2f..b73252a92 100644 --- a/hledger/Hledger/Cli/Commands/Cashflow.md +++ b/hledger/Hledger/Cli/Commands/Cashflow.md @@ -38,3 +38,4 @@ This command also supports the [output format](hledger.html#output-format) options The output formats supported are `txt`, `csv`, `html`, and (experimental) `json`. +`csv` output is always in [list mode](#list-or-tree-mode). diff --git a/hledger/Hledger/Cli/Commands/Incomestatement.md b/hledger/Hledger/Cli/Commands/Incomestatement.md index 8b02512fe..7da7527b5 100644 --- a/hledger/Hledger/Cli/Commands/Incomestatement.md +++ b/hledger/Hledger/Cli/Commands/Incomestatement.md @@ -48,3 +48,4 @@ This command also supports the [output format](hledger.html#output-format) options The output formats supported are `txt`, `csv`, `html`, and (experimental) `json`. +`csv` output is always in [list mode](#list-or-tree-mode).