mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-29 05:11:33 +03:00
10 lines
202 B
Plaintext
10 lines
202 B
Plaintext
# 1
|
|
bin/hledger -f data/sample.journal balance --no-total --depth 1
|
|
>>>
|
|
$-1 assets
|
|
$2 expenses
|
|
$-2 income
|
|
$1 liabilities
|
|
>>>=0
|
|
|