mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-28 12:54:07 +03:00
imp: balcmds: support --count on all of them, why not
This commit is contained in:
parent
40b8d2b517
commit
e9a3f99553
@ -73,6 +73,7 @@ compoundBalanceCommandMode CompoundBalanceCommandSpec{..} =
|
||||
"show unrealised capital gain/loss (historical balance value minus cost basis)"
|
||||
,flagNone ["budget"] (setboolopt "budget")
|
||||
"show sum of posting amounts compared to budget goals defined by periodic transactions"
|
||||
,flagNone ["count"] (setboolopt "count") "show the count of postings"
|
||||
|
||||
,flagNone ["change"] (setboolopt "change")
|
||||
("accumulate amounts from column start to column end (in multicolumn reports)"
|
||||
|
Loading…
Reference in New Issue
Block a user