comment
This commit is contained in:
parent
de4dd43007
commit
69d67820eb
@ -96,3 +96,10 @@ printBalance opts args ledger = do
|
|||||||
otherwise -> 9999
|
otherwise -> 9999
|
||||||
|
|
||||||
|
|
||||||
|
-- interactive testing:
|
||||||
|
--
|
||||||
|
-- p <- getLedgerFilePath [] >>= parseLedgerFile
|
||||||
|
-- let l = either (\_ -> Ledger [] [] []) id p
|
||||||
|
-- let ant = ledgerAccountNameTree l
|
||||||
|
-- let at = ledgerAccountTreeMatching l [] True 999
|
||||||
|
-- putStr $ drawTree $ treemap show $ ledgerAccountTreeMatching l ["a"] False 999
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user