table of contents
BEAN-CHECK(1) | User Commands | BEAN-CHECK(1) |
NAME¶
bean-check - parse and check a Beancount ledger
DESCRIPTION¶
usage: bean-check [-h] [--version] [-v] [-C] [--cache-filename CACHE_FILENAME]
- filename
Parse, check and realize a beancount input file. This also measures the time it takes to run all these steps.
positional arguments:¶
- filename
- Beancount input filename.
options:¶
- -h, --help
- show this help message and exit
- --version, -V
- show program's version number and exit
- -v, --verbose
- Print timings.
- -C, --no-cache
- Disable the cache from the command-line.
- --cache-filename CACHE_FILENAME
- Override the name of the cache
September 2024 | bean-check 2.3.6 |