Expand description
Command implementations for CLI tools.
Each module contains the full implementation for a command, which can be invoked by thin wrapper binaries.
Modulesยง
- check
- Shared implementation for bean-check and rledger check commands.
- completions
- Shell completion generation.
- doctor
- bean-doctor - Debugging tool for beancount files.
- extract_
cmd - rledger extract - Extract transactions from bank files.
- format
- Shared implementation for bean-format and rledger format commands.
- price_
cmd - Price fetching command for rustledger.
- query
- rledger query - Query beancount files with BQL.
- report_
cmd - rledger report - Generate financial reports from beancount files.