Expand description
Beancount CLI tools.
This crate provides command-line tools for working with Beancount files:
rledger-check/bean-check: Validate a beancount filerledger-format/bean-format: Format a beancount filerledger-query/bean-query: Query with BQLrledger-report/bean-report: Generate reportsrledger-doctor/bean-doctor: Debugging tools
§Example Usage
rledger-check ledger.beancount
rledger-format ledger.beancount
rledger-query ledger.beancount "SELECT account, SUM(position)"