bean-query - interactive shell for the Beancount Query Language
usage: bean-query [-h] [--version] [-f {text,csv}] [-m] [-o OUTPUT] [-q]
- FILENAME.beancount [query ...]
An interactive command-line shell interpreter for the Beancount Query Language.
- FILENAME.beancount
- The Beancount input filename to load
- query
- A query to run directly
-
-h, --help
- show this help message and exit
-
--version, -V
- show program's version number and exit
-
-f {text,csv}, --format {text,csv}
- Output format.
-
-m, --numberify
- Numberify the output, removing the currencies.
-
-o OUTPUT, --output OUTPUT
- Output filename. If not specified, the output goes to
stdout. The filename is inspected to select a sensible default format, if
one is not requested.
-
-q, --no-errors
- Do not report errors