hledger: update
This commit is contained in:
parent
0a92558c44
commit
1a9008fc8d
13
hledger.md
13
hledger.md
|
@ -3,13 +3,6 @@ title: Hledger
|
||||||
category: Ledger
|
category: Ledger
|
||||||
---
|
---
|
||||||
|
|
||||||
### Accounts
|
|
||||||
|
|
||||||
```
|
|
||||||
hledger accounts
|
|
||||||
hledger accounts --tree
|
|
||||||
```
|
|
||||||
|
|
||||||
## Reporting
|
## Reporting
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -116,6 +109,12 @@ Also: (only in `bal`)
|
||||||
--format "%20(account) %12(total)
|
--format "%20(account) %12(total)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Accounts
|
||||||
|
|
||||||
|
```
|
||||||
|
hledger accounts [--tree]
|
||||||
|
```
|
||||||
|
|
||||||
## See also
|
## See also
|
||||||
|
|
||||||
* <http://hledger.org/manual.html>
|
* <http://hledger.org/manual.html>
|
||||||
|
|
Loading…
Reference in New Issue