summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhledger-overview.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hledger-overview.hs b/hledger-overview.hs
index ecbfe92..701492a 100755
--- a/hledger-overview.hs
+++ b/hledger-overview.hs
@@ -33,6 +33,7 @@ main = do
let balVal = getTotal j t $ defreportopts {value_ = inUsdNow}
sec "cash balances"
row "simple" (prn $ bal "^as:me:cash:simple status:! status:*") Nothing
+ row "cashap" (prn $ bal "^as:me:cash:cashapp status:! status:*") Nothing
row "wallet" (prn $ bal "^as:me:cash:wallet") Nothing
row " disc" (prn $ bal "^li:me:cred:discover status:*") Nothing
row " citi" (prn $ bal "^li:me:cred:citi status:*") Nothing