cln: bal: indentation
This commit is contained in:
parent
8d68193c88
commit
70dab8eccd
@ -274,13 +274,13 @@ import Hledger.Read.CsvReader (CSV, printCSV)
|
|||||||
-- | Command line options for this command.
|
-- | Command line options for this command.
|
||||||
balancemode = hledgerCommandMode
|
balancemode = hledgerCommandMode
|
||||||
$(embedFileRelative "Hledger/Cli/Commands/Balance.txt")
|
$(embedFileRelative "Hledger/Cli/Commands/Balance.txt")
|
||||||
([flagNone ["sum"] (setboolopt "sum")
|
(
|
||||||
|
[flagNone ["sum"] (setboolopt "sum")
|
||||||
"show sum of posting amounts (default)"
|
"show sum of posting amounts (default)"
|
||||||
,flagNone ["budget"] (setboolopt "budget")
|
,flagNone ["budget"] (setboolopt "budget")
|
||||||
"show sum of posting amounts compared to budget goals defined by periodic transactions\n "
|
"show sum of posting amounts compared to budget goals defined by periodic transactions\n "
|
||||||
,flagNone ["valuechange"] (setboolopt "valuechange")
|
,flagNone ["valuechange"] (setboolopt "valuechange")
|
||||||
"show change of value of period-end historical balances"
|
"show change of value of period-end historical balances"
|
||||||
|
|
||||||
,flagNone ["change"] (setboolopt "change")
|
,flagNone ["change"] (setboolopt "change")
|
||||||
"accumulate amounts from column start to column end (in multicolumn reports, default)"
|
"accumulate amounts from column start to column end (in multicolumn reports, default)"
|
||||||
,flagNone ["cumulative"] (setboolopt "cumulative")
|
,flagNone ["cumulative"] (setboolopt "cumulative")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user