Totals over sub accounts

I just upgraded to the new hledger (from a very old one, probably).

The bal command with csv output used to show totals over sub accounts

eg:

bank 100
bank:current 50
bank:savings 50

Now it just shows the sub accounts

bank:current 50
bank:savings 50

Is there a way of producing the old output?

Thanks.

Nick

Add -t/--tree, probably ?

Thanks, I think that works.

N