From f156375ee7da13488609439e08e94e9b85ecad76 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 6 Jun 2021 18:17:27 -1000 Subject: [PATCH] Revert "balcmds: note that csv output forces list mode (#1566)" This reverts commit 3f6d7ba58038aa9eb0ec4484892cc5286c61af26. CSV output doesn't force list mode, it forces full account names. --- 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 deletions(-) diff --git a/hledger/Hledger/Cli/Commands/Balance.md b/hledger/Hledger/Cli/Commands/Balance.md index 73f2d8af4..24f3d1916 100644 --- a/hledger/Hledger/Cli/Commands/Balance.md +++ b/hledger/Hledger/Cli/Commands/Balance.md @@ -70,7 +70,6 @@ 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 afb56787a..04fef9b36 100644 --- a/hledger/Hledger/Cli/Commands/Balancesheet.md +++ b/hledger/Hledger/Cli/Commands/Balancesheet.md @@ -46,4 +46,3 @@ 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 63402976c..71c267cdf 100644 --- a/hledger/Hledger/Cli/Commands/Balancesheetequity.md +++ b/hledger/Hledger/Cli/Commands/Balancesheetequity.md @@ -49,4 +49,3 @@ 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 b73252a92..ae1a63d2f 100644 --- a/hledger/Hledger/Cli/Commands/Cashflow.md +++ b/hledger/Hledger/Cli/Commands/Cashflow.md @@ -38,4 +38,3 @@ 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 7da7527b5..8b02512fe 100644 --- a/hledger/Hledger/Cli/Commands/Incomestatement.md +++ b/hledger/Hledger/Cli/Commands/Incomestatement.md @@ -48,4 +48,3 @@ 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).